ai-art commited on
Commit
594e149
1 Parent(s): 3f2180e

update app.py : default value for upscaler choice

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ gr.Interface(
72
  gr.inputs.Radio(
73
  model_choices,
74
  type="value",
75
- default=None,
76
  label="Choose Upscaler",
77
  optional=False,
78
  ),
 
72
  gr.inputs.Radio(
73
  model_choices,
74
  type="value",
75
+ default="modelx2",
76
  label="Choose Upscaler",
77
  optional=False,
78
  ),