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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def predict_sentiment(text, image):
37
 
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',
 
37
 
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',