Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def main(url, clip_type, parameters, progress=gr.Progress()):
|
|
120 |
api_name="/video_edit"
|
121 |
)
|
122 |
client.close()
|
123 |
-
output_video_file =
|
124 |
yield "درحال پردازش ویدئو", output_video_file
|
125 |
with gr.Blocks() as demo:
|
126 |
gr.Markdown("Start typing below and then click **Run** to see the progress and final output.")
|
|
|
120 |
api_name="/video_edit"
|
121 |
)
|
122 |
client.close()
|
123 |
+
output_video_file = output_video_file['video']
|
124 |
yield "درحال پردازش ویدئو", output_video_file
|
125 |
with gr.Blocks() as demo:
|
126 |
gr.Markdown("Start typing below and then click **Run** to see the progress and final output.")
|