Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"],
|