Spaces:
Runtime error
Runtime error
Commit
Β·
e0b4905
1
Parent(s):
a0d8494
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ title="Whisper to Emotion"
|
|
9 |
|
10 |
### ββββββββββββββββββββββββββββββββββββββββ
|
11 |
|
12 |
-
whisper_model = whisper.load_model("
|
13 |
|
14 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
15 |
|
|
|
9 |
|
10 |
### ββββββββββββββββββββββββββββββββββββββββ
|
11 |
|
12 |
+
whisper_model = whisper.load_model("large")
|
13 |
|
14 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
15 |
|