Update app.py
Browse files
app.py
CHANGED
@@ -194,6 +194,6 @@ with gr.Blocks(title="Emotion Reader", theme=gr.themes.Ocean()) as emotion_reade
|
|
194 |
outputs=[emotion_result, plot_output]
|
195 |
)
|
196 |
|
197 |
-
# Launch the interface
|
198 |
if __name__ == "__main__":
|
199 |
emotion_reader.launch()
|
|
|
194 |
outputs=[emotion_result, plot_output]
|
195 |
)
|
196 |
|
197 |
+
# Launch the interface
|
198 |
if __name__ == "__main__":
|
199 |
emotion_reader.launch()
|