ambrosfitz commited on
Commit
548732b
·
verified ·
1 Parent(s): ff2fdee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import requests
3
 
4
- API_URL = "http://154.12.226.68:8000"
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}"