crobbi commited on
Commit
dfbe286
β€’
1 Parent(s): 91e719c

Update streamlitapp.py

Browse files
Files changed (1) hide show
  1. streamlitapp.py +1 -1
streamlitapp.py CHANGED
@@ -44,7 +44,7 @@ if options:
44
  st.info('πŸ‘€ This is all the machine learning model sees when making a prediction')
45
  video, annotations,image_data = load_data(tf.convert_to_tensor(file_path))
46
  # st.text(video.shape)
47
- imageio.mimsave('animation.gif',np.squeeze((video * 20).astype(np.uint8)) , duration=100)
48
  st.image('animation.gif', width=400)
49
 
50
  st.info('This is the output of the machine learning model as tokens')
 
44
  st.info('πŸ‘€ This is all the machine learning model sees when making a prediction')
45
  video, annotations,image_data = load_data(tf.convert_to_tensor(file_path))
46
  # st.text(video.shape)
47
+ imageio.mimsave('animation.gif',np.squeeze((video * 25).astype(np.uint8)) , duration=100)
48
  st.image('animation.gif', width=400)
49
 
50
  st.info('This is the output of the machine learning model as tokens')