abnerh commited on
Commit
79eccc5
1 Parent(s): 1221d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def get_subs(input_file):
82
 
83
  gradio_ui = gr.Interface(
84
  fn=get_subs,
85
- title="Autoblog - Video to Subtitle",
86
  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.",
87
  inputs=gr.inputs.Video(label="Upload Video File"),
88
  outputs=gr.outputs.File(label="Auto-Transcript")
82
 
83
  gradio_ui = gr.Interface(
84
  fn=get_subs,
85
+ title="Video to Subtitle",
86
  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.",
87
  inputs=gr.inputs.Video(label="Upload Video File"),
88
  outputs=gr.outputs.File(label="Auto-Transcript")