ZipeiZhang commited on
Commit
cc41a01
·
1 Parent(s): 47e2482

update youtube download function

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ iface = gr.Interface(
94
  ],
95
  outputs="text",
96
  title="Whisper Small Chinese",
97
- description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model. Supports audio, .mp4 video files, and video URLs."
98
  )
99
 
100
  iface.launch(share=True)
 
94
  ],
95
  outputs="text",
96
  title="Whisper Small Chinese",
97
+ description="Realtime demo for Chinese speech recognition using a fine-tuned Whisper small model. Supports audio, .mp4 video files, and video URLs.(not working for youtube URL on huggingface space due to packages difference)"
98
  )
99
 
100
  iface.launch(share=True)