abnerh commited on
Commit
e7cb8eb
1 Parent(s): bc815d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def get_subs(input_file, language):
104
 
105
 
106
  gradio_ui = gr.Interface(
107
- enable_queue=True
108
  fn=get_subs,
109
  title="Video to Subtitle",
110
  description="Get subtitles (SRT file) for your videos. Inference speed is about 10s/per 1min of video BUT the speed of uploading your video depends on your internet connection.",
104
 
105
 
106
  gradio_ui = gr.Interface(
107
+ enable_queue=True,
108
  fn=get_subs,
109
  title="Video to Subtitle",
110
  description="Get subtitles (SRT file) for your videos. Inference speed is about 10s/per 1min of video BUT the speed of uploading your video depends on your internet connection.",