Commit
·
daa5ad7
1
Parent(s):
19a5ac7
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def inference(audio, sentiment_option):
|
|
74 |
|
75 |
title = """<h1 align="center">Audio Sentiment Analysis</h1>"""
|
76 |
subtitle = """<h6 align="center">Automatic Speech Recognition</h6>"""
|
77 |
-
image_path = "
|
78 |
description = """
|
79 |
<p align="justify">With cross-modal interaction and AI (tools and pre-trained models in NLP), we can analyze large audio data
|
80 |
in real-time, such as recorded conversations, customer service calls, or voice recordings, in order to identify and categorize
|
|
|
74 |
|
75 |
title = """<h1 align="center">Audio Sentiment Analysis</h1>"""
|
76 |
subtitle = """<h6 align="center">Automatic Speech Recognition</h6>"""
|
77 |
+
image_path = "Arquitecture_W.jpg"
|
78 |
description = """
|
79 |
<p align="justify">With cross-modal interaction and AI (tools and pre-trained models in NLP), we can analyze large audio data
|
80 |
in real-time, such as recorded conversations, customer service calls, or voice recordings, in order to identify and categorize
|