mattiashallberg commited on
Commit
0fbafc6
·
verified ·
1 Parent(s): c2a3d14

Update app.py

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