sanchit-gandhi HF staff commited on
Commit
834894f
1 Parent(s): d27f9aa

Update app.py

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