Spaces:
Runtime error
Runtime error
TenzinGayche
commited on
Commit
•
4eff596
1
Parent(s):
d6242a6
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def remove_repeated_words(text):
|
|
33 |
# Example usage
|
34 |
|
35 |
|
36 |
-
pipe = pipeline(model="
|
37 |
|
38 |
|
39 |
def transcribe(microphone, upload):
|
|
|
33 |
# Example usage
|
34 |
|
35 |
|
36 |
+
pipe = pipeline(model="TenzinGayche/whisper-small",device='cuda') # change to "your-username/the-name-you-picked"
|
37 |
|
38 |
|
39 |
def transcribe(microphone, upload):
|