tclopess commited on
Commit
a03c4bf
Β·
verified Β·
1 Parent(s): 0b95675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ inputs = [
20
 
21
  iface = gr.Interface(fn=get_sentiment,
22
  inputs=inputs,
23
- outputs=['text'],
24
  title='Sentiment Analysis',
25
  description='Obtenha o sentimento do texto digitado πŸ˜„|😠',
26
  example= app_examples
 
20
 
21
  iface = gr.Interface(fn=get_sentiment,
22
  inputs=inputs,
23
+ outputs=label,
24
  title='Sentiment Analysis',
25
  description='Obtenha o sentimento do texto digitado πŸ˜„|😠',
26
  example= app_examples