Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
| 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):
|