manan145 commited on
Commit
73def8d
·
verified ·
1 Parent(s): 61030c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-service-955125037464.us-central1.run.app/"
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