Spaces:
Runtime error
Runtime error
Gradio App with the new model
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
login('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')
|
6 |
|
7 |
# Spécifiez le nom du modèle et le jeton d'authentification
|
8 |
-
model_name = "BenDaouda/wav2vec2-large-xls-
|
9 |
token = "vhf_IwkuGBEkyipKSnyJzJcCRSwOSJDvNivOmH"
|
10 |
|
11 |
# Chargez le modèle et le tokenizer en utilisant le jeton d'authentification
|
|
|
5 |
login('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')
|
6 |
|
7 |
# Spécifiez le nom du modèle et le jeton d'authentification
|
8 |
+
model_name = "BenDaouda/wav2vec2-large-xls-wolof-asr"
|
9 |
token = "vhf_IwkuGBEkyipKSnyJzJcCRSwOSJDvNivOmH"
|
10 |
|
11 |
# Chargez le modèle et le tokenizer en utilisant le jeton d'authentification
|