logeswari commited on
Commit
db6af3e
·
1 Parent(s): 2e5ae45

first commit

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from PIL import Image
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
 
 
4
  import io
5
 
6
  # FastAPI backend URL
7
+ BACKEND_URL = "http://127.0.0.1:8000"
8
+
9
 
10
  st.title("📌 Image & Text Search using CLIP and Pinecone")
11