Spaces:
Sleeping
Sleeping
move run again
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with demo:
|
|
93 |
with gr.Column():
|
94 |
src_cap = gr.Label()
|
95 |
src_img = gr.Image()
|
96 |
-
|
97 |
|
98 |
|
99 |
out_images = []
|
|
|
93 |
with gr.Column():
|
94 |
src_cap = gr.Label()
|
95 |
src_img = gr.Image()
|
96 |
+
image_button = gr.Button("Run")
|
97 |
|
98 |
|
99 |
out_images = []
|