abnerh commited on
Commit
e9c72a6
1 Parent(s): f843416

Update app.py

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