Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=["
|
187 |
"RealESRGAN_x2plus", "realesr-general-x4v3"],
|
188 |
-
value="
|
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",
|