Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,8 +136,9 @@ with gr.Blocks(theme=get_theme(), title="DeepFakeAI 1.0.0") as ui:
|
|
| 136 |
image_button = gr.Button("START")
|
| 137 |
clear_button = gr.ClearButton(value="CLEAR")
|
| 138 |
image_output = gr.Image(label="OUTPUT")
|
| 139 |
-
with gr.
|
| 140 |
-
|
|
|
|
| 141 |
|
| 142 |
image_button.click(
|
| 143 |
run,
|
|
|
|
| 136 |
image_button = gr.Button("START")
|
| 137 |
clear_button = gr.ClearButton(value="CLEAR")
|
| 138 |
image_output = gr.Image(label="OUTPUT")
|
| 139 |
+
with gr.Box():
|
| 140 |
+
with gr.Column(scale=1):
|
| 141 |
+
clear_button.add(image_output)
|
| 142 |
|
| 143 |
image_button.click(
|
| 144 |
run,
|