Ilaria commited on
Commit
5010210
1 Parent(s): a963733
Files changed (1) hide show
  1. app.py +1 -1
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 sowwsy :p)",
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