Spaces:
Build error
Build error
Ilaria
commited on
Commit
•
a9dea45
1
Parent(s):
6f637e1
fix
Browse files
app.py
CHANGED
@@ -193,7 +193,8 @@ 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 |
-
|
|
|
197 |
with gr.Row():
|
198 |
with gr.Group():
|
199 |
input_image = gr.Image(label="Input Image", type="pil", image_mode="RGBA")
|
|
|
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 |
+
|
198 |
with gr.Row():
|
199 |
with gr.Group():
|
200 |
input_image = gr.Image(label="Input Image", type="pil", image_mode="RGBA")
|