Spaces:
Running
Running
Ilaria
commited on
Commit
·
6f637e1
1
Parent(s):
5010210
Removed the option to change the image extension output
Browse filesUseless feature, wasnt working anyway and i didnt wanted to bother to fix anyway :p
app.py
CHANGED
|
@@ -193,10 +193,6 @@ def main():
|
|
| 193 |
outscale = gr.Slider(label="Resolution upscale",
|
| 194 |
minimum=1, maximum=6, step=1, value=4, show_label=True)
|
| 195 |
face_enhance = gr.Checkbox(label="Face Enhancement (GFPGAN)",
|
| 196 |
-
value=False, show_label=True)
|
| 197 |
-
ext = gr.Dropdown(label="Output file extension (Currently broken sowwy :p)",
|
| 198 |
-
choices=["png", "jpg"],
|
| 199 |
-
value="png", show_label=True)
|
| 200 |
|
| 201 |
with gr.Row():
|
| 202 |
with gr.Group():
|
|
|
|
| 193 |
outscale = gr.Slider(label="Resolution upscale",
|
| 194 |
minimum=1, maximum=6, step=1, value=4, show_label=True)
|
| 195 |
face_enhance = gr.Checkbox(label="Face Enhancement (GFPGAN)",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
|
| 197 |
with gr.Row():
|
| 198 |
with gr.Group():
|