Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
import requests
|
2 |
-
import sounddevice as sd
|
3 |
-
import soundfile as sf
|
4 |
import gradio as gr
|
5 |
|
6 |
-
|
7 |
API_URL = "https://api-inference.huggingface.co/models/BenDaouda/wav2vec2-large-xls-r-300m-wolof-test-coloab"
|
8 |
headers = {"Authorization": "Bearer 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"}
|
9 |
|
|
|
1 |
import requests
|
|
|
|
|
2 |
import gradio as gr
|
3 |
|
|
|
4 |
API_URL = "https://api-inference.huggingface.co/models/BenDaouda/wav2vec2-large-xls-r-300m-wolof-test-coloab"
|
5 |
headers = {"Authorization": "Bearer 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"}
|
6 |
|