Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
4 |
-
API_URL = "
|
5 |
|
6 |
def search_document(index_name, query, k):
|
7 |
url = f"{API_URL}/search/{index_name}"
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
4 |
+
API_URL = "https://sendthat.cc"
|
5 |
|
6 |
def search_document(index_name, query, k):
|
7 |
url = f"{API_URL}/search/{index_name}"
|