Jerimee commited on
Commit
6f90531
β€’
1 Parent(s): d391c28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def senti(sentiment):
9
  iface = gr.Interface(
10
  fn=senti,
11
  inputs='text',
12
- outputs=['text'],
13
  description = 'Get Sentiment Negative/positive for the given input'
14
  )
15
 
 
9
  iface = gr.Interface(
10
  fn=senti,
11
  inputs='text',
12
+ outputs=[],
13
  description = 'Get Sentiment Negative/positive for the given input'
14
  )
15