Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
from transformers import pipeline, AutoTokenizer
|
|
|
|
|
|
|
2 |
|
3 |
# Spécifiez le nom du modèle et le jeton d'authentification
|
4 |
model_name = "BenDaouda/wav2vec2-large-xls-r-300m-wolof-test-coloab"
|
|
|
1 |
from transformers import pipeline, AutoTokenizer
|
2 |
+
from huggingface_hub import login
|
3 |
+
|
4 |
+
login('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')
|
5 |
|
6 |
# Spécifiez le nom du modèle et le jeton d'authentification
|
7 |
model_name = "BenDaouda/wav2vec2-large-xls-r-300m-wolof-test-coloab"
|