Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def inference(image, text, audio, sentiment_option):
|
|
113 |
return extracted_image, extracted_facial_data, extracted_text, image_sentiment_output, text_sentiment_output, lang.upper(), result.text, sentiment_output
|
114 |
|
115 |
title = """<h1 align="center">Cross Model Machine Learning (Sentiment Analysis)</h1>"""
|
116 |
-
image_path = "thmbnail.
|
117 |
description = """
|
118 |
💻 This demo showcases a Cross Model Machine Learning for Sentiment Analysis.<br><br>
|
119 |
<br>
|
|
|
113 |
return extracted_image, extracted_facial_data, extracted_text, image_sentiment_output, text_sentiment_output, lang.upper(), result.text, sentiment_output
|
114 |
|
115 |
title = """<h1 align="center">Cross Model Machine Learning (Sentiment Analysis)</h1>"""
|
116 |
+
image_path = "thmbnail.png"
|
117 |
description = """
|
118 |
💻 This demo showcases a Cross Model Machine Learning for Sentiment Analysis.<br><br>
|
119 |
<br>
|