NeuralFalcon commited on
Commit
09962d6
·
verified ·
1 Parent(s): 1b68cf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -264,7 +264,8 @@ source_lang_list.extend(available_language)
264
  @click.option("--debug", is_flag=True, default=False, help="Enable debug mode.")
265
  @click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
266
  def main(debug, share):
267
- description = """**Note**: Avoid uploading large video files. Instead, upload the audio from the video for faster processing."""
 
268
  # Define Gradio inputs and outputs
269
  gradio_inputs = [
270
  gr.File(label="Upload Audio or Video File"),
 
264
  @click.option("--debug", is_flag=True, default=False, help="Enable debug mode.")
265
  @click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
266
  def main(debug, share):
267
+ description = """**Note**: Avoid uploading large video files. Instead, upload the audio from the video for faster processing.
268
+ You can find the model at [faster-whisper-large-v3-turbo-ct2](https://huggingface.co/deepdml/faster-whisper-large-v3-turbo-ct2)"""
269
  # Define Gradio inputs and outputs
270
  gradio_inputs = [
271
  gr.File(label="Upload Audio or Video File"),