Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def convert_video(video_file: File, quality, aspect_ratio, video_url):
|
|
67 |
print("ffmpeg is not installed.")
|
68 |
return None
|
69 |
|
70 |
-
time.sleep(
|
71 |
|
72 |
# Return the output file directly
|
73 |
return components.Video(output_path)
|
|
|
67 |
print("ffmpeg is not installed.")
|
68 |
return None
|
69 |
|
70 |
+
time.sleep(10)
|
71 |
|
72 |
# Return the output file directly
|
73 |
return components.Video(output_path)
|