Spaces:
Sleeping
Sleeping
mattiashallberg
commited on
Commit
•
1d0579a
1
Parent(s):
34875fd
Attuned-Communication-Bot
Browse files
app.py
CHANGED
@@ -11,9 +11,7 @@ def environ_auth(username, password):
|
|
11 |
else:
|
12 |
return False
|
13 |
|
14 |
-
|
15 |
-
# gr.load(
|
16 |
-
# demo = gr.load("attuned-ai/Attuned-Communication-Bot", src="spaces", hf_token=HF_TOKEN)
|
17 |
-
demo = gr.load("attuned-ai/TestPrivateSpace", src="spaces", hf_token=HF_TOKEN)
|
18 |
demo.queue(max_size=20)
|
19 |
demo.launch(auth=environ_auth).launch()
|
|
|
11 |
else:
|
12 |
return False
|
13 |
|
14 |
+
demo = gr.load("attuned-ai/Attuned-Communication-Bot", src="spaces", hf_token=HF_TOKEN)
|
15 |
+
# demo = gr.load("attuned-ai/TestPrivateSpace", src="spaces", hf_token=HF_TOKEN)
|
|
|
|
|
16 |
demo.queue(max_size=20)
|
17 |
demo.launch(auth=environ_auth).launch()
|