Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
# Replace this with your Google cloud run container endpoint
|
5 |
-
API_BASE = "https://medical-vqa-
|
6 |
|
7 |
st.title("Visual Question Answering (VQA)")
|
8 |
|
|
|
2 |
import requests
|
3 |
|
4 |
# Replace this with your Google cloud run container endpoint
|
5 |
+
API_BASE = "https://medical-vqa-955125037464.us-central1.run.app"
|
6 |
|
7 |
st.title("Visual Question Answering (VQA)")
|
8 |
|