Update pages/📸_InstaMuse.py
Browse files- pages/📸_InstaMuse.py +5 -0
pages/📸_InstaMuse.py
CHANGED
|
@@ -23,6 +23,11 @@ with st.sidebar:
|
|
| 23 |
st.markdown('<p class="big-font">InstaMuse Photo Caption Generator</p>', unsafe_allow_html=True)
|
| 24 |
st.write("""### Upload your photo below and spark some caption magic! ଘ(੭ˊᵕˋ)੭* ੈ✩‧₊""")
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
# Load the model for image description
|
| 27 |
with st.spinner('Loading Application, this make take a minute :hourglass_flowing_sand:'):
|
| 28 |
# Load the model for image captioning
|
|
|
|
| 23 |
st.markdown('<p class="big-font">InstaMuse Photo Caption Generator</p>', unsafe_allow_html=True)
|
| 24 |
st.write("""### Upload your photo below and spark some caption magic! ଘ(੭ˊᵕˋ)੭* ੈ✩‧₊""")
|
| 25 |
|
| 26 |
+
st.write(
|
| 27 |
+
'**Notice**: *Due to model load time, it may take a moment to load the application. This only occurs once.* *\n*Subsequent uploads will be faster.*')
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
|
| 31 |
# Load the model for image description
|
| 32 |
with st.spinner('Loading Application, this make take a minute :hourglass_flowing_sand:'):
|
| 33 |
# Load the model for image captioning
|