Spaces:
Sleeping
Sleeping
modified: app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ with gr.Blocks() as demo:
|
|
| 42 |
with gr.Column():
|
| 43 |
input_image = gr.Image(label="Input Image", type="filepath")
|
| 44 |
prompt = gr.Textbox(label="Prompt")
|
| 45 |
-
submit_button = gr.Button(
|
| 46 |
with gr.Column():
|
| 47 |
edited_image = gr.Image(label="Edited Image")
|
| 48 |
output_video = gr.Video(label="Output Video")
|
|
|
|
| 42 |
with gr.Column():
|
| 43 |
input_image = gr.Image(label="Input Image", type="filepath")
|
| 44 |
prompt = gr.Textbox(label="Prompt")
|
| 45 |
+
submit_button = gr.Button("Submit")
|
| 46 |
with gr.Column():
|
| 47 |
edited_image = gr.Image(label="Edited Image")
|
| 48 |
output_video = gr.Video(label="Output Video")
|