Spaces:
Runtime error
Runtime error
Commit
•
834894f
1
Parent(s):
d27f9aa
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ YT_LENGTH_LIMIT_S = 36000 # limit to 1 hour YouTube files
|
|
15 |
SAMPLING_RATE = 16000
|
16 |
|
17 |
API_URL = "https://sanchit-gandhi-whisper-jax.hf.space/"
|
|
|
18 |
|
19 |
# set up the Gradio client
|
20 |
client = Client(API_URL)
|
|
|
15 |
SAMPLING_RATE = 16000
|
16 |
|
17 |
API_URL = "https://sanchit-gandhi-whisper-jax.hf.space/"
|
18 |
+
HF_TOKEN = os.environ.get("HF_TOKEN")
|
19 |
|
20 |
# set up the Gradio client
|
21 |
client = Client(API_URL)
|