Phips commited on
Commit
0005675
·
verified ·
1 Parent(s): b8d85db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="4xNomosWebPhoto_RealPLKSR",
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")