thak123 commited on
Commit
8d8f8a9
1 Parent(s): 45c6dc1

Update app.py

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