Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,6 @@ def environ_auth(username, password):
|
|
28 |
else:
|
29 |
return False
|
30 |
|
31 |
-
demo = gr.load("attuned-ai/
|
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()
|