Jeffgold commited on
Commit
c75f439
·
1 Parent(s): 0c7cdf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(2)
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)