Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ with gr.Blocks(delete_cache=(3600, 3600)) as demo:
|
|
| 168 |
input_image = gr.Image(type="pil", label="Input Image")
|
| 169 |
model_selection = gr.Dropdown(
|
| 170 |
choices=list(MODELS.keys()),
|
| 171 |
-
value="
|
| 172 |
label="Model (alphabetically sorted)",
|
| 173 |
)
|
| 174 |
run_button = gr.Button("Upscale", variant="primary")
|
|
|
|
| 168 |
input_image = gr.Image(type="pil", label="Input Image")
|
| 169 |
model_selection = gr.Dropdown(
|
| 170 |
choices=list(MODELS.keys()),
|
| 171 |
+
value="4xBHI_dat2_real",
|
| 172 |
label="Model (alphabetically sorted)",
|
| 173 |
)
|
| 174 |
run_button = gr.Button("Upscale", variant="primary")
|