Szeyu commited on
Commit
b540ff3
·
verified ·
1 Parent(s): 2e8ed85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def load_models():
45
  if "captioner" not in st.session_state:
46
  st.session_state.captioner = pipeline(
47
  "image-to-text",
48
- model="Salesforce/blip-image-captioning-base"
49
  )
50
  if "storyer" not in st.session_state:
51
  st.session_state.storyer = pipeline(
 
45
  if "captioner" not in st.session_state:
46
  st.session_state.captioner = pipeline(
47
  "image-to-text",
48
+ model="Salesforce/blip-image-captioning-large"
49
  )
50
  if "storyer" not in st.session_state:
51
  st.session_state.storyer = pipeline(