BilalHasan commited on
Commit
d871430
·
verified ·
1 Parent(s): 4a4798e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def make_prediction(sentence):
30
  gradio_app = gr.Interface(
31
  make_prediction,
32
  inputs=gr.Textbox(label="Your review"),
33
- outputs=[gr.Textbox(label="Sentiment"),
34
  title="Positive Review or Negtaive Review",
35
  )
36
 
 
30
  gradio_app = gr.Interface(
31
  make_prediction,
32
  inputs=gr.Textbox(label="Your review"),
33
+ outputs=gr.Textbox(label="Sentiment"),
34
  title="Positive Review or Negtaive Review",
35
  )
36