first commit
Browse files
app.py
CHANGED
|
@@ -4,7 +4,8 @@ from PIL import Image
|
|
| 4 |
import io
|
| 5 |
|
| 6 |
# FastAPI backend URL
|
| 7 |
-
BACKEND_URL = "http://
|
|
|
|
| 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 |
|