Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -295,4 +295,4 @@ with gr.Blocks() as demo:
|
|
295 |
emotion_output.change(update_recommendations, inputs=emotion_output, outputs=article_video_recs)
|
296 |
|
297 |
# Launch Gradio interface
|
298 |
-
demo.launch()
|
|
|
295 |
emotion_output.change(update_recommendations, inputs=emotion_output, outputs=article_video_recs)
|
296 |
|
297 |
# Launch Gradio interface
|
298 |
+
demo.launch()
|