Spaces:
Runtime error
Runtime error
revert to old model config
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ converter = pyewts.pyewts()
|
|
27 |
# result = ' '.join(new_words)
|
28 |
# return result
|
29 |
|
30 |
-
pipe = pipeline(model="
|
31 |
def transcribe(microphone, upload):
|
32 |
if(microphone):
|
33 |
audio = microphone
|
|
|
27 |
# result = ' '.join(new_words)
|
28 |
# return result
|
29 |
|
30 |
+
pipe = pipeline(model="openpecha/whisper-small",device='cuda') # change to "your-username/the-name-you-picked"
|
31 |
def transcribe(microphone, upload):
|
32 |
if(microphone):
|
33 |
audio = microphone
|