thak123 commited on
Commit
a179a97
1 Parent(s): cb69bd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ interface = gr.Interface(
28
  fn=predict_sentiment,
29
  inputs='text',
30
  outputs=['text'],
31
- title='Multilingual-Multimodal-Sentiment-Analysis',
32
  examples= ["I love tea","I hate coffee"],
33
  description='Get the positive/neutral/negative sentiment for the given input.'
34
  )
 
28
  fn=predict_sentiment,
29
  inputs='text',
30
  outputs=['text'],
31
+ title='Multilingual Unimodal Sentiment Analysis',
32
  examples= ["I love tea","I hate coffee"],
33
  description='Get the positive/neutral/negative sentiment for the given input.'
34
  )