Spaces:
Runtime error
Runtime error
TenzinGayche
commited on
Commit
•
0f3993f
1
Parent(s):
6be4559
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ converter = pyewts.pyewts()
|
|
28 |
# result = ' '.join(new_words)
|
29 |
# return result
|
30 |
|
31 |
-
pipe = pipeline(model="TenzinGayche/whisper-small",device='cuda') # change to "your-username/the-name-you-picked"
|
32 |
def transcribe(microphone, upload):
|
33 |
if(microphone):
|
34 |
audio = microphone
|
|
|
28 |
# result = ' '.join(new_words)
|
29 |
# return result
|
30 |
|
31 |
+
pipe = pipeline(model="TenzinGayche/whisper-small-3",device='cuda') # change to "your-username/the-name-you-picked"
|
32 |
def transcribe(microphone, upload):
|
33 |
if(microphone):
|
34 |
audio = microphone
|