SS8297 commited on
Commit
96eada9
·
1 Parent(s): 44978f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ with stream:
171
  use_container_width= False
172
  )
173
  img = np.array(Image.open(frame))
174
- pic.image(image_processing(img), width = None)
175
 
176
 
177
  recog = st.toggle(":green[Emotion recogntion]", key = "stream", value = True)
 
171
  use_container_width= False
172
  )
173
  img = np.array(Image.open(frame))
174
+ pic.image(image_processing(img), width = 704, use_column_width = "always")
175
 
176
 
177
  recog = st.toggle(":green[Emotion recogntion]", key = "stream", value = True)