Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
|
@@ -342,7 +342,7 @@ td {
|
|
| 342 |
with gr.Blocks() as demo:
|
| 343 |
gr.Markdown(title)
|
| 344 |
gr.Markdown(description)
|
| 345 |
-
with gr.
|
| 346 |
with gr.Column():
|
| 347 |
input_img = gr.Image(type="filepath", label="Input")
|
| 348 |
face_align = gr.Checkbox(value=True, label="Pre_Face_Align")
|
|
|
|
| 342 |
with gr.Blocks() as demo:
|
| 343 |
gr.Markdown(title)
|
| 344 |
gr.Markdown(description)
|
| 345 |
+
with gr.Row():
|
| 346 |
with gr.Column():
|
| 347 |
input_img = gr.Image(type="filepath", label="Input")
|
| 348 |
face_align = gr.Checkbox(value=True, label="Pre_Face_Align")
|