jtdearmon commited on
Commit
cb4e2a4
·
verified ·
1 Parent(s): 9ecc2f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-rag-dal-budget.hf.space/run"
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.