logeswari commited on
Commit
2e5ae45
·
1 Parent(s): c253ce9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  import io
5
 
6
  # FastAPI backend URL
7
- BACKEND_URL = "http://127.0.0.1:8000"
8
 
9
  st.title("📌 Image & Text Search using CLIP and Pinecone")
10
 
 
4
  import io
5
 
6
  # FastAPI backend URL
7
+ BACKEND_URL = "http://0.0.0.0:8000"
8
 
9
  st.title("📌 Image & Text Search using CLIP and Pinecone")
10