Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -168,8 +168,8 @@ interface = gr.Interface(
|
|
168 |
fn=lambda text, image: predict_sentiment(text, image),
|
169 |
inputs=[gr.Textbox(),gr.Image(type="filepath")],
|
170 |
outputs=['text'],
|
171 |
-
title='Multilingual
|
172 |
-
|
173 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
174 |
)
|
175 |
|
|
|
168 |
fn=lambda text, image: predict_sentiment(text, image),
|
169 |
inputs=[gr.Textbox(),gr.Image(type="filepath")],
|
170 |
outputs=['text'],
|
171 |
+
title='Multilingual Multimodal Sentiment Analysis',
|
172 |
+
examples= [["I am enjoying","A_Sep20_14_1189155141.jpg"]],
|
173 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
174 |
)
|
175 |
|