Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,5 +45,9 @@ dataset = [
|
|
45 |
write_gif(dataset, 'rgbbgr.gif', fps=5)
|
46 |
# or for just a still GIF
|
47 |
write_gif(dataset[0], 'rgb.gif')
|
48 |
-
st.markdown("")
|
49 |
-
st.markdown("")
|
|
|
|
|
|
|
|
|
|
45 |
write_gif(dataset, 'rgbbgr.gif', fps=5)
|
46 |
# or for just a still GIF
|
47 |
write_gif(dataset[0], 'rgb.gif')
|
48 |
+
#st.markdown("")
|
49 |
+
#st.markdown("")
|
50 |
+
HTML('rgb.gif'.to_jshtml())
|
51 |
+
st.pyplot('rgb.gif')
|
52 |
+
HTML('rgbbgr.gif'.to_jshtml())
|
53 |
+
st.pyplot('rgbbgr.gif')
|