Ashishkr commited on
Commit
6a6b754
1 Parent(s): bb1eaa2

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
  HF_TOKEN = os.environ.get("HF_ACCESS_TOKEN")
 
18
 
19
  # set up the Gradio client
20
  client = Client(API_URL)
 
15
  SAMPLING_RATE = 16000
16
 
17
  HF_TOKEN = os.environ.get("HF_ACCESS_TOKEN")
18
+ API_URL = "https://sanchit-gandhi-whisper-jax.hf.space/"
19
 
20
  # set up the Gradio client
21
  client = Client(API_URL)