thak123 commited on
Commit
bbdd815
1 Parent(s): 6fe0480

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,8 +168,8 @@ interface = gr.Interface(
168
  fn=lambda text, image: predict_sentiment(text, image),
169
  inputs=[gr.Textbox(),gr.Image(type="filepath")],
170
  outputs=['text'],
171
- title='Multilingual-Multimodal-Sentiment-Analysis',
172
- # examples= [["I am enjoying","A_Sep20_14_1189155141.jpg"]],
173
  description='Get the positive/neutral/negative sentiment for the given input.'
174
  )
175
 
 
168
  fn=lambda text, image: predict_sentiment(text, image),
169
  inputs=[gr.Textbox(),gr.Image(type="filepath")],
170
  outputs=['text'],
171
+ title='Multilingual Multimodal Sentiment Analysis',
172
+ examples= [["I am enjoying","A_Sep20_14_1189155141.jpg"]],
173
  description='Get the positive/neutral/negative sentiment for the given input.'
174
  )
175