Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def predict_my_sentiment(name):
|
|
| 15 |
|
| 16 |
demo = gr.Interface(
|
| 17 |
fn=predict_my_sentiment,
|
| 18 |
-
inputs=gr.
|
| 19 |
outputs=[
|
| 20 |
gr.Textbox(label="Sentiment Label"),
|
| 21 |
gr.Number(label="Confidence Score")
|
|
|
|
| 15 |
|
| 16 |
demo = gr.Interface(
|
| 17 |
fn=predict_my_sentiment,
|
| 18 |
+
inputs=gr.Textbox(label="Type Your Current mindset !!!"),
|
| 19 |
outputs=[
|
| 20 |
gr.Textbox(label="Sentiment Label"),
|
| 21 |
gr.Number(label="Confidence Score")
|