Sathiyapramod commited on
Commit
2c21bdb
·
verified ·
1 Parent(s): 4ac6d8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.TextBox(label="Type Your Current mindset !!!"),
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")