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