Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from transformers import pipeline
|
2 |
-
asr_pipe = pipeline("automatic-speech-recognition", model="
|
3 |
from difflib import SequenceMatcher
|
4 |
|
5 |
# List of commands
|
|
|
1 |
from transformers import pipeline
|
2 |
+
asr_pipe = pipeline("automatic-speech-recognition", model="Abdullah17/whisper-small-urdu")
|
3 |
from difflib import SequenceMatcher
|
4 |
|
5 |
# List of commands
|