Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -194,8 +194,7 @@ with gr.Blocks(css=css) as demo:
|
|
194 |
image_in
|
195 |
],
|
196 |
outputs = [
|
197 |
-
video_out
|
198 |
-
share_group
|
199 |
],
|
200 |
cache_examples = False
|
201 |
)
|
|
|
194 |
image_in
|
195 |
],
|
196 |
outputs = [
|
197 |
+
video_out
|
|
|
198 |
],
|
199 |
cache_examples = False
|
200 |
)
|