Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import pytube as pt
|
|
4 |
from transformers import pipeline
|
5 |
from huggingface_hub import model_info
|
6 |
|
|
|
7 |
MODEL_NAME = "biodatlab/whisper-th-medium-combined" #this always needs to stay in line 8 :D sorry for the hackiness
|
8 |
lang = "th"
|
9 |
|
|
|
4 |
from transformers import pipeline
|
5 |
from huggingface_hub import model_info
|
6 |
|
7 |
+
|
8 |
MODEL_NAME = "biodatlab/whisper-th-medium-combined" #this always needs to stay in line 8 :D sorry for the hackiness
|
9 |
lang = "th"
|
10 |
|