Spaces:
Running
Running
Ilaria
commited on
Commit
·
5010210
1
Parent(s):
a963733
Revert "test1"
Browse filesThis reverts commit a963733327262f5b3b8e4798af39aafa9735f5a5.
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def main():
|
|
| 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
|
| 198 |
choices=["png", "jpg"],
|
| 199 |
value="png", show_label=True)
|
| 200 |
|
|
|
|
| 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 |
|