echung682 commited on
Commit
11f7576
·
verified ·
1 Parent(s): f286870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(title="Emotion Reader") as emotion_reader:
183
  # Process text input
184
  text_input.submit(
185
  emotionAnalysis,
186
- inputs=[text_input, output_img],
187
  outputs=[emotion_result, plot_output]
188
  )
189
 
 
183
  # Process text input
184
  text_input.submit(
185
  emotionAnalysis,
186
+ inputs=[text_input, input_img],
187
  outputs=[emotion_result, plot_output]
188
  )
189