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