NeuralFalcon
commited on
Update app.py
Browse files
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"),
|