Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,25 +86,8 @@ def show_model_summary(expanded):
|
|
| 86 |
st.markdown('Moon gate GAN [model](https://huggingface.co/huggan/fastgan-few-shot-moongate)', unsafe_allow_html=True)
|
| 87 |
st.image('assets/image/moon_gate.png', width=200)
|
| 88 |
|
| 89 |
-
with st.expander('Video gallery', expanded=
|
| 90 |
cols=st.columns(4)
|
| 91 |
-
# cols[0].write("Universe GAN")
|
| 92 |
-
# cols[0].image('assets/video/universe.gif')
|
| 93 |
-
# cols[0].write("Fauvism still life GAN")
|
| 94 |
-
# cols[0].image('assets/video/fauvism.gif')
|
| 95 |
-
#
|
| 96 |
-
# cols[1].write("Aurora GAN")
|
| 97 |
-
# cols[1].image('assets/video/aurora.gif')
|
| 98 |
-
# cols[1].write("Moon gate GAN")
|
| 99 |
-
# cols[1].image('assets/video/moon_gate.gif')
|
| 100 |
-
#
|
| 101 |
-
# cols[2].write("Anime GAN")
|
| 102 |
-
# cols[2].image('assets/video/anime.gif')
|
| 103 |
-
# cols[2].write("Painting GAN")
|
| 104 |
-
# cols[2].image('assets/video/painting.gif')
|
| 105 |
-
#
|
| 106 |
-
# cols[3].write("Grumpy cat GAN")
|
| 107 |
-
# cols[3].image('assets/video/grumpy_cat.gif')
|
| 108 |
|
| 109 |
cols[0].write("Universe GAN")
|
| 110 |
cols[0].video('assets/video/universe.mp4')
|
|
|
|
| 86 |
st.markdown('Moon gate GAN [model](https://huggingface.co/huggan/fastgan-few-shot-moongate)', unsafe_allow_html=True)
|
| 87 |
st.image('assets/image/moon_gate.png', width=200)
|
| 88 |
|
| 89 |
+
with st.expander('Video gallery', expanded=True):
|
| 90 |
cols=st.columns(4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
|
| 92 |
cols[0].write("Universe GAN")
|
| 93 |
cols[0].video('assets/video/universe.mp4')
|