GDavila commited on
Commit
920631f
1 Parent(s): 0b9d3b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if user_image_object is not None:
87
  height, width, layers = bgr_new.shape
88
  size = (width,height)
89
 
90
- st.write("This algorithm creates a GIF from images by creating hue shifted aka different color images from your input images bases on the parameters you chose in the slider above. The current set of parameters yields this many images: len(img_array) = ", len(img_array) , " So you GIF will be a composite of this many images changing color.)
91
 
92
  '''Show some demos: '''
93
 
 
87
  height, width, layers = bgr_new.shape
88
  size = (width,height)
89
 
90
+ st.write("This algorithm creates a GIF from images by creating hue shifted aka different color images from your input images bases on the parameters you chose in the slider above. The current set of parameters yields this many images: len(img_array) = ", len(img_array) , " So you GIF will be a composite of this many images changing color.")
91
 
92
  '''Show some demos: '''
93