Update app.py
Browse files
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 =
|
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)
|