GDavila commited on
Commit
3f1c768
1 Parent(s): 28e8ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -91,10 +91,10 @@ if user_image_object is not None:
91
 
92
  '''Show some demos: '''
93
 
94
- #Uncomment this if to show some sample images of the gif
95
- if len(img_array) > 7:
96
- for ii in [1, 4, 7]:
97
- st.image( img_array[ii] )
98
 
99
  #HuggingFaces Spaces can create a video vile ephemerally but doesn't actually save one that we can access.
100
  #So to show the video/gif we save it as a file then open that file to show it in streamlit
 
91
 
92
  '''Show some demos: '''
93
 
94
+ #Uncomment this if statement to show some sample images of the gif
95
+ #if len(img_array) > 7:
96
+ # for ii in [1, 4, 7]:
97
+ # st.image( img_array[ii] )
98
 
99
  #HuggingFaces Spaces can create a video vile ephemerally but doesn't actually save one that we can access.
100
  #So to show the video/gif we save it as a file then open that file to show it in streamlit