Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def load_model(model_name = "cawoylel/windanam_mms-1b-tts_v2"):
|
|
10 |
"""
|
11 |
Function to load model from hugging face
|
12 |
"""
|
13 |
-
pipe = pipeline("automatic-speech-recognition", model=
|
14 |
return pipe
|
15 |
|
16 |
pipeline = load_model()
|
|
|
10 |
"""
|
11 |
Function to load model from hugging face
|
12 |
"""
|
13 |
+
pipe = pipeline("automatic-speech-recognition", model="cawoylel/windanam_mms-1b-tts_v2")
|
14 |
return pipe
|
15 |
|
16 |
pipeline = load_model()
|