Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -304,7 +304,7 @@ def visualize_emotions():
|
|
304 |
plt.xticks(rotation=90)
|
305 |
plt.savefig('emotion_intensities.png')
|
306 |
|
307 |
-
|
308 |
|
309 |
# Create the Gradio interface
|
310 |
iface = gr.Interface(
|
|
|
304 |
plt.xticks(rotation=90)
|
305 |
plt.savefig('emotion_intensities.png')
|
306 |
|
307 |
+
return 'emotion_percentages.png', 'emotion_intensities.png'
|
308 |
|
309 |
# Create the Gradio interface
|
310 |
iface = gr.Interface(
|