Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def get_subs(input_file):
|
|
82 |
|
83 |
gradio_ui = gr.Interface(
|
84 |
fn=get_subs,
|
85 |
-
title="
|
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")
|