tuan2308 commited on
Commit
8bd0047
·
verified ·
1 Parent(s): f576b0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -183,9 +183,9 @@ def main():
183
  with gr.Accordion("Upscaling option"):
184
  with gr.Row():
185
  model_name = gr.Dropdown(label="Upscaler model",
186
- choices=["none","RealESRGAN_x4plus", "RealESRNet_x4plus", "RealESRGAN_x4plus_anime_6B",
187
  "RealESRGAN_x2plus", "realesr-general-x4v3"],
188
- value="none", show_label=True)
189
  denoise_strength = gr.Slider(label="Denoise Strength",
190
  minimum=0, maximum=1, step=0.1, value=0.5)
191
  outscale = gr.Slider(label="Resolution upscale",
 
183
  with gr.Accordion("Upscaling option"):
184
  with gr.Row():
185
  model_name = gr.Dropdown(label="Upscaler model",
186
+ choices=["RealESRGAN_x4plus", "RealESRNet_x4plus", "RealESRGAN_x4plus_anime_6B",
187
  "RealESRGAN_x2plus", "realesr-general-x4v3"],
188
+ value="RealESRGAN_x4plus_anime_6B", show_label=True)
189
  denoise_strength = gr.Slider(label="Denoise Strength",
190
  minimum=0, maximum=1, step=0.1, value=0.5)
191
  outscale = gr.Slider(label="Resolution upscale",