mattiashallberg commited on
Commit
c8d7ecc
·
verified ·
1 Parent(s): f06c7ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,6 +30,6 @@ def environ_auth(username, password):
30
  else:
31
  return False
32
 
33
- demo = gr.load("attuned-ai/TalkCoach-Private", src="spaces", token=HF_TOKEN)
34
  demo.queue(max_size=20)
35
  demo.launch(auth=environ_auth).launch()
 
30
  else:
31
  return False
32
 
33
+ demo = gr.load("attuned-ai/TalkCoach-Private", src="spaces", hf_token=HF_TOKEN)
34
  demo.queue(max_size=20)
35
  demo.launch(auth=environ_auth).launch()