Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -222,10 +222,7 @@ iface = gr.Interface(
|
|
222 |
],
|
223 |
title="WhisperCap Video Transcription",
|
224 |
description="""
|
225 |
-
Upload a video file to transcribe
|
226 |
-
You can generate both text and SRT format transcriptions.
|
227 |
-
Supported languages: English (en), Hebrew (he), Italian (it), Spanish (es),
|
228 |
-
French (fr), German (de), Chinese (zh), Arabic (ar)
|
229 |
""",
|
230 |
allow_flagging="never"
|
231 |
)
|
|
|
222 |
],
|
223 |
title="WhisperCap Video Transcription",
|
224 |
description="""
|
225 |
+
Upload a video file to transcribe.
|
|
|
|
|
|
|
226 |
""",
|
227 |
allow_flagging="never"
|
228 |
)
|