thak123 commited on
Commit
80ad019
1 Parent(s): 4d4f267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ interface = gr.Interface(
134
  inputs=[gr.Textbox(),gr.Image()],
135
  outputs=['text'],
136
  title='Multilingual-Multimodal-Sentiment-Analysis',
137
- examples= ["I love tea","I hate coffee"],
138
  description='Get the positive/neutral/negative sentiment for the given input.'
139
  )
140
 
 
134
  inputs=[gr.Textbox(),gr.Image()],
135
  outputs=['text'],
136
  title='Multilingual-Multimodal-Sentiment-Analysis',
137
+ examples= [],
138
  description='Get the positive/neutral/negative sentiment for the given input.'
139
  )
140