thak123 commited on
Commit
a474c8c
1 Parent(s): 6e8de0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict_sentiment(text, image):
38
 
39
  interface = gr.Interface(
40
  fn=lambda text, image: predict_sentiment(text, image),
41
- inputs=[gr.inputs.Textbox(),gr.inputs.Image(shape=(224, 224))]
42
  outputs=['text'],
43
  title='Multilingual-Multimodal-Sentiment-Analysis',
44
  examples= ["I love tea","I hate coffee"],
 
38
 
39
  interface = gr.Interface(
40
  fn=lambda text, image: predict_sentiment(text, image),
41
+ inputs=[gr.inputs.Textbox(),gr.inputs.Image(shape=(224, 224))],
42
  outputs=['text'],
43
  title='Multilingual-Multimodal-Sentiment-Analysis',
44
  examples= ["I love tea","I hate coffee"],