Update app.py
Browse files
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-
|
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(
|