Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ def search_arxiv(query):
|
|
284 |
response1 = client.predict(
|
285 |
query,
|
286 |
10,
|
287 |
-
"Semantic Search
|
288 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
289 |
api_name="/update_with_rag_md"
|
290 |
)
|
|
|
284 |
response1 = client.predict(
|
285 |
query,
|
286 |
10,
|
287 |
+
"Semantic Search",
|
288 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
289 |
api_name="/update_with_rag_md"
|
290 |
)
|