gaganyatri commited on
Commit
1e5bd40
·
verified ·
1 Parent(s): 97a2766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import time
10
  import json
11
 
12
  # BACKEND MUST BE LIVE - Test this first!
13
- API_BASE = "https://huggingface.co/spaces/Sahana31/RAG_backend"
14
 
15
  class DwaniClient:
16
  def __init__(self, base_url=API_BASE):
 
10
  import json
11
 
12
  # BACKEND MUST BE LIVE - Test this first!
13
+ API_BASE = "https://gaganyatri-rag-backend.hf.space"
14
 
15
  class DwaniClient:
16
  def __init__(self, base_url=API_BASE):