Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,8 +121,6 @@ def main(url, clip_type, parameters, progress=gr.Progress()):
|
|
| 121 |
)
|
| 122 |
client.close()
|
| 123 |
yield "درحال پردازش ویدئو", output_video_file
|
| 124 |
-
time.sleep(3)
|
| 125 |
-
return output_video_file
|
| 126 |
with gr.Blocks() as demo:
|
| 127 |
gr.Markdown("Start typing below and then click **Run** to see the progress and final output.")
|
| 128 |
with gr.Column():
|
|
|
|
| 121 |
)
|
| 122 |
client.close()
|
| 123 |
yield "درحال پردازش ویدئو", output_video_file
|
|
|
|
|
|
|
| 124 |
with gr.Blocks() as demo:
|
| 125 |
gr.Markdown("Start typing below and then click **Run** to see the progress and final output.")
|
| 126 |
with gr.Column():
|