Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ HEADERS = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
| 12 |
# 2) Private space endpoint:
|
| 13 |
# Typically "<username>--<space_name>.hf.space"
|
| 14 |
#
|
| 15 |
-
PRIVATE_SPACE_ROOT = "https://jtdearmon
|
| 16 |
|
| 17 |
#
|
| 18 |
# 3) Utility to call a specific Gradio function in the private space.
|
|
|
|
| 12 |
# 2) Private space endpoint:
|
| 13 |
# Typically "<username>--<space_name>.hf.space"
|
| 14 |
#
|
| 15 |
+
PRIVATE_SPACE_ROOT = "https://jtdearmon-rag-dal-budget.hf.space"
|
| 16 |
|
| 17 |
#
|
| 18 |
# 3) Utility to call a specific Gradio function in the private space.
|