Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def main():
|
|
| 17 |
st.title('Emotion Detection App')
|
| 18 |
st.write("Press Start")
|
| 19 |
|
| 20 |
-
webrtc_streamer(key="example",
|
| 21 |
|
| 22 |
with st.sidebar:
|
| 23 |
st.write("Ediashta Revindra - FTDS-020")
|
|
|
|
| 17 |
st.title('Emotion Detection App')
|
| 18 |
st.write("Press Start")
|
| 19 |
|
| 20 |
+
webrtc_streamer(key="example", video_processor_factory=EmotionDetectionTransformer)
|
| 21 |
|
| 22 |
with st.sidebar:
|
| 23 |
st.write("Ediashta Revindra - FTDS-020")
|