Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import librosa
|
|
7 |
import os
|
8 |
import time
|
9 |
|
|
|
10 |
#Loading the model and the tokenizer
|
11 |
token_key = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
12 |
|
|
|
7 |
import os
|
8 |
import time
|
9 |
|
10 |
+
|
11 |
#Loading the model and the tokenizer
|
12 |
token_key = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
13 |
|