Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pytube as pt
|
|
7 |
from transformers import pipeline
|
8 |
from huggingface_hub import model_info
|
9 |
|
10 |
-
MODEL_NAME = "NbAiLab/whisper-large-sme
|
11 |
lang = "fi"
|
12 |
|
13 |
auth_token = os.environ.get("AUTH_TOKEN") or True
|
|
|
7 |
from transformers import pipeline
|
8 |
from huggingface_hub import model_info
|
9 |
|
10 |
+
MODEL_NAME = "NbAiLab/whisper-large-sme" #this always needs to stay in line 8 :D sorry for the hackiness
|
11 |
lang = "fi"
|
12 |
|
13 |
auth_token = os.environ.get("AUTH_TOKEN") or True
|