mattiashallberg
commited on
Commit
•
351501c
1
Parent(s):
930cd21
CoachingBotDemo-Private
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def environ_auth(username, password):
|
|
23 |
else:
|
24 |
return False
|
25 |
|
26 |
-
demo = gr.load("attuned-ai/
|
27 |
# demo = gr.load("attuned-ai/TestPrivateSpace", src="spaces", hf_token=HF_TOKEN)
|
28 |
demo.queue(max_size=20)
|
29 |
demo.launch(auth=environ_auth).launch()
|
|
|
23 |
else:
|
24 |
return False
|
25 |
|
26 |
+
demo = gr.load("attuned-ai/CoachingBotDemo-Private", src="spaces", hf_token=HF_TOKEN)
|
27 |
# demo = gr.load("attuned-ai/TestPrivateSpace", src="spaces", hf_token=HF_TOKEN)
|
28 |
demo.queue(max_size=20)
|
29 |
demo.launch(auth=environ_auth).launch()
|