Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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 |
)
|