echung682 commited on
Commit
95136f8
·
verified ·
1 Parent(s): 7e6b3cc

Update app.py

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