wop commited on
Commit
50d6672
·
verified ·
1 Parent(s): 66f07c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ client = MongoClient(uri)
11
  db = client["instantqa"]
12
  collection = db["instantqa"]
13
 
14
- client_endpoint = "https://olivier-truong-mistral-super-fast.hf.space/"
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