Spaces:
Sleeping
Sleeping
mattiashallberg
commited on
Commit
•
c2585c5
1
Parent(s):
454ac22
hf_access_to_private_space2
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from gradio_client import Client
|
|
3 |
import os
|
4 |
|
5 |
# HF_TOKEN = os.environ.get('HUGGING_FACE_HUB_TOKEN')
|
6 |
-
HF_TOKEN = os.environ.get('
|
7 |
|
8 |
# gr.load(name="Attuned-Communication-Bot", src="spaces").launch()
|
9 |
# gr.load(name="spaces/attuned-ai/Attuned-Communication-Bot", hf_token=HF_TOKEN, src="spaces").launch()
|
|
|
3 |
import os
|
4 |
|
5 |
# HF_TOKEN = os.environ.get('HUGGING_FACE_HUB_TOKEN')
|
6 |
+
HF_TOKEN = os.environ.get('hf_access_to_private_space2')
|
7 |
|
8 |
# gr.load(name="Attuned-Communication-Bot", src="spaces").launch()
|
9 |
# gr.load(name="spaces/attuned-ai/Attuned-Communication-Bot", hf_token=HF_TOKEN, src="spaces").launch()
|