tensorops commited on
Commit
e221ffd
1 Parent(s): 5e71524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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