geninhu commited on
Commit
8f812f4
1 Parent(s): 8ba76ba

Remove gif

Browse files
__pycache__/StyleMix.cpython-39.pyc ADDED
Binary file (2.15 kB). View file
__pycache__/layers.cpython-39.pyc ADDED
Binary file (6.82 kB). View file
__pycache__/models.cpython-39.pyc ADDED
Binary file (4.76 kB). View file
__pycache__/utils.cpython-39.pyc ADDED
Binary file (2.82 kB). View file
app.py CHANGED
@@ -88,23 +88,41 @@ def show_model_summary(expanded):
88
 
89
  with st.expander('Video gallery', expanded=False):
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
 
110
  def main():
88
 
89
  with st.expander('Video gallery', expanded=False):
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')
111
  cols[0].write("Fauvism still life GAN")
112
+ cols[0].video('assets/video/fauvism.mp4')
113
 
114
  cols[1].write("Aurora GAN")
115
+ cols[1].video('assets/video/aurora.mp4')
116
  cols[1].write("Moon gate GAN")
117
+ cols[1].video('assets/video/moongate.mp4')
118
 
119
  cols[2].write("Anime GAN")
120
+ cols[2].video('assets/video/anime.mp4')
121
  cols[2].write("Painting GAN")
122
+ cols[2].video('assets/video/painting.mp4')
123
 
124
  cols[3].write("Grumpy cat GAN")
125
+ cols[3].video('assets/video/grumpy.mp4')
126
 
127
 
128
  def main():
assets/video/anime.gif DELETED

Git LFS Details

  • SHA256: 027200815fb7b8d91fa44d12e1a2fad7a5bfa5de68d33d5e92b9fe55e4583f92
  • Pointer size: 133 Bytes
  • Size of remote file: 28.8 MB
assets/video/anime.png ADDED
assets/video/aurora.gif DELETED

Git LFS Details

  • SHA256: b6666f5407ec6c72b155fad01b736bbd1c4be73296061a26a4f5b8e3f5889a53
  • Pointer size: 132 Bytes
  • Size of remote file: 9.47 MB
assets/video/fauvism.gif DELETED

Git LFS Details

  • SHA256: d5770f99ac4d4c6b245920a04c0b146020bd1b6d9ea42fcacae094615851855b
  • Pointer size: 133 Bytes
  • Size of remote file: 31 MB
assets/video/grumpy_cat.gif DELETED

Git LFS Details

  • SHA256: 3adfa2eb7d52c6b4447fc8a00c2799d75b58b10f11e1d2e53bedb35e446f8c26
  • Pointer size: 133 Bytes
  • Size of remote file: 29.5 MB
assets/video/moon_gate.gif DELETED

Git LFS Details

  • SHA256: 7ce3db3e2f00c6b4ec86a181493f15b5f8b1e9aab73f02701a6b26e58f34bf75
  • Pointer size: 133 Bytes
  • Size of remote file: 16.3 MB
assets/video/painting.gif DELETED

Git LFS Details

  • SHA256: 016078cf323a4014fffb0786da784e921dc099cd51770cf358d2ebb61a36afc3
  • Pointer size: 133 Bytes
  • Size of remote file: 10.8 MB
assets/video/universe.gif DELETED

Git LFS Details

  • SHA256: 04e0b9c1e6b6c75983ddc0aa8f5052cbe2eb4ed6aba058f04ad0988559188a6a
  • Pointer size: 133 Bytes
  • Size of remote file: 10.1 MB