Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ st.markdown(
|
|
50 |
f'<img src="data:image/gif;base64,{data_url}" alt="cat gif" width=100%>',
|
51 |
unsafe_allow_html=True,
|
52 |
)
|
53 |
-
st.image(image, caption='Training Steps')
|
54 |
st.markdown("## Interactive Demo")
|
55 |
|
56 |
# download the model:
|
|
|
50 |
f'<img src="data:image/gif;base64,{data_url}" alt="cat gif" width=100%>',
|
51 |
unsafe_allow_html=True,
|
52 |
)
|
53 |
+
# st.image(image, caption='Training Steps')
|
54 |
st.markdown("## Interactive Demo")
|
55 |
|
56 |
# download the model:
|