Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ def process_audio(audio_path, model_name, lang_name, max_tokens=500):
|
|
59 |
with gr.Blocks(title="Voxtral Demo") as demo:
|
60 |
gr.Markdown("# Voxtral Transcription Demo")
|
61 |
gr.Markdown("Upload an audio file and get a transcription from Voxtral.")
|
|
|
62 |
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|
@@ -90,4 +91,4 @@ with gr.Blocks(title="Voxtral Demo") as demo:
|
|
90 |
|
91 |
# Launch the app
|
92 |
if __name__ == "__main__":
|
93 |
-
demo.queue().launch(share=
|
|
|
59 |
with gr.Blocks(title="Voxtral Demo") as demo:
|
60 |
gr.Markdown("# Voxtral Transcription Demo")
|
61 |
gr.Markdown("Upload an audio file and get a transcription from Voxtral.")
|
62 |
+
gr.Markdown("You can find the `transformers` version of Voxtral here: [3B](https://huggingface.co/MohamedRashad/Voxtral-Mini-3B-2507-transformers), [24B](https://huggingface.co/MohamedRashad/Voxtral-Small-24B-2507-transformers)")
|
63 |
|
64 |
with gr.Row():
|
65 |
with gr.Column():
|
|
|
91 |
|
92 |
# Launch the app
|
93 |
if __name__ == "__main__":
|
94 |
+
demo.queue().launch(share=False)
|