abnerh commited on
Commit
eb3be64
1 Parent(s): f745a96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ def get_subs(input_file):
89
  gradio_ui = gr.Interface(
90
  fn=get_subs,
91
  title="Autoblog - Video to Subtitle",
 
92
  inputs=gr.inputs.Video(label="Upload Video File"),
93
  outputs=gr.outputs.File(label="Auto-Transcript")
94
  )
 
89
  gradio_ui = gr.Interface(
90
  fn=get_subs,
91
  title="Autoblog - Video to Subtitle",
92
+ description=""Get subtitles for your videos. Inference speed is about 10s/per 1min of video. BUT video upload speech depends on your internet connection.",
93
  inputs=gr.inputs.Video(label="Upload Video File"),
94
  outputs=gr.outputs.File(label="Auto-Transcript")
95
  )