Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
|
|
| 135 |
)
|
| 136 |
unique_id = gr.Textbox(value=str(uuid.uuid4()), visible=False)
|
| 137 |
with gr.Tab("Image: "):
|
| 138 |
-
|
| 139 |
with gr.Column():
|
| 140 |
source_image = gr.Image(type="filepath", label="SOURCE IMAGE")
|
| 141 |
with gr.Column():
|
|
|
|
| 135 |
)
|
| 136 |
unique_id = gr.Textbox(value=str(uuid.uuid4()), visible=False)
|
| 137 |
with gr.Tab("Image: "):
|
| 138 |
+
with gr.Row():
|
| 139 |
with gr.Column():
|
| 140 |
source_image = gr.Image(type="filepath", label="SOURCE IMAGE")
|
| 141 |
with gr.Column():
|