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