Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,5 +69,5 @@ gr.Interface(
|
|
69 |
predict,
|
70 |
inputs=gr.Textbox(label="Explore your sentence!",lines=2, placeholder="Type Here..."),
|
71 |
outputs=gr.outputs.Label(num_top_classes=3),
|
72 |
-
title="
|
73 |
).launch()
|
|
|
69 |
predict,
|
70 |
inputs=gr.Textbox(label="Explore your sentence!",lines=2, placeholder="Type Here..."),
|
71 |
outputs=gr.outputs.Label(num_top_classes=3),
|
72 |
+
title="How are feeling?!",
|
73 |
).launch()
|