Spaces:
Runtime error
Runtime error
luigisaetta
commited on
Commit
•
8f5d256
1
Parent(s):
2b86aa8
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import pytube as pt
|
|
5 |
from transformers import pipeline
|
6 |
from huggingface_hub import model_info
|
7 |
|
8 |
-
MODEL_NAME = "
|
9 |
-
lang = "
|
10 |
|
11 |
device = 0 if torch.cuda.is_available() else "cpu"
|
12 |
pipe = pipeline(
|
|
|
5 |
from transformers import pipeline
|
6 |
from huggingface_hub import model_info
|
7 |
|
8 |
+
MODEL_NAME = "luigisaetta/whisper-medium-it" #this always needs to stay in line 8 :D sorry for the hackiness
|
9 |
+
lang = "it"
|
10 |
|
11 |
device = 0 if torch.cuda.is_available() else "cpu"
|
12 |
pipe = pipeline(
|