reab5555 commited on
Commit
a5c9bc1
·
verified ·
1 Parent(s): e55515c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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 its audio using Whisper Large V3.
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
  )