Dekonstruktio commited on
Commit
afbd394
·
verified ·
1 Parent(s): fef6ddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -332,7 +332,7 @@ class UpscalerApp:
332
  with gr.Row():
333
  with gr.Column(scale=1):
334
  input_image_playground = gr.Image(type="pil", label="Source Image", format="jpg")
335
- upscaler_model_dropdown = gr.Dropdown(value="4xReal_SSDIR_DAT_GAN", choices=list(UPSCALER_DICT_GUI.keys()), label="Upscaler Model")
336
  run_button_playground = gr.Button("Upscale")
337
  with gr.Column(scale=2):
338
  output_image_playground = gr.Image(label="Upscaled Result", interactive=False, format="jpg")
 
332
  with gr.Row():
333
  with gr.Column(scale=1):
334
  input_image_playground = gr.Image(type="pil", label="Source Image", format="jpg")
335
+ upscaler_model_dropdown = gr.Dropdown(value="4xFFHQLDAT", choices=list(UPSCALER_DICT_GUI.keys()), label="Upscaler Model")
336
  run_button_playground = gr.Button("Upscale")
337
  with gr.Column(scale=2):
338
  output_image_playground = gr.Image(label="Upscaled Result", interactive=False, format="jpg")