Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ client = MongoClient(uri)
|
|
11 |
db = client["instantqa"]
|
12 |
collection = db["instantqa"]
|
13 |
|
14 |
-
client_endpoint = "https://
|
15 |
|
16 |
def ask_question(question):
|
17 |
# Check if the question exists in the database
|
|
|
11 |
db = client["instantqa"]
|
12 |
collection = db["instantqa"]
|
13 |
|
14 |
+
client_endpoint = "https://skier8402-mistral-super-fast.hf.space/"
|
15 |
|
16 |
def ask_question(question):
|
17 |
# Check if the question exists in the database
|