3v324v23 commited on
Commit
c24df63
·
1 Parent(s): 4886192

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", video_transformer_factory=EmotionDetectionTransformer)
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")