douglasgoodwin
commited on
title
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
|
|
18 |
fn=predict_emotion,
|
19 |
inputs=gr.Textbox(lines=3, placeholder="Enter text here..."),
|
20 |
outputs=gr.Label(num_top_classes=6),
|
21 |
-
title="
|
22 |
description="Enter some text and see the predicted emotions.",
|
23 |
)
|
24 |
|
|
|
18 |
fn=predict_emotion,
|
19 |
inputs=gr.Textbox(lines=3, placeholder="Enter text here..."),
|
20 |
outputs=gr.Label(num_top_classes=6),
|
21 |
+
title="Creative Machines: Sentiment Analysis",
|
22 |
description="Enter some text and see the predicted emotions.",
|
23 |
)
|
24 |
|