Spaces:
Sleeping
Sleeping
Commit
·
4402779
1
Parent(s):
5bccb70
fix
Browse files
app.py
CHANGED
|
@@ -359,7 +359,7 @@ with gr.Blocks() as app:
|
|
| 359 |
gr.Button("Upscale").click(
|
| 360 |
upscale,
|
| 361 |
inputs=[
|
| 362 |
-
gr.Radio(label="Mode", choices=list(modes.values())[:4], value=modes['
|
| 363 |
gr.Image(type="pil"),
|
| 364 |
gr.Textbox(label="prompt",value="empty room")
|
| 365 |
],
|
|
|
|
| 359 |
gr.Button("Upscale").click(
|
| 360 |
upscale,
|
| 361 |
inputs=[
|
| 362 |
+
gr.Radio(label="Mode", choices=list(modes.values())[:4], value=modes['upscale4x']),
|
| 363 |
gr.Image(type="pil"),
|
| 364 |
gr.Textbox(label="prompt",value="empty room")
|
| 365 |
],
|