Spaces:
Sleeping
Sleeping
Commit
·
3485dc4
1
Parent(s):
947f541
Update app.py
Browse files
app.py
CHANGED
@@ -84,5 +84,5 @@ footer {display:none !important}
|
|
84 |
|
85 |
"""
|
86 |
|
87 |
-
demo = gr.Interface(fn=detect_emotions, inputs=gr.Textbox(placeholder="Enter text here", label="Input"), outputs=gr.Label(label="Emotion"), title="Emotion Detector |
|
88 |
demo.launch()
|
|
|
84 |
|
85 |
"""
|
86 |
|
87 |
+
demo = gr.Interface(fn=detect_emotions, inputs=gr.Textbox(placeholder="Enter text here", label="Input"), outputs=gr.Label(label="Emotion"), title="Emotion Detector | Data Science Dojo", examples=examples, css=css)
|
88 |
demo.launch()
|