Update app.py
Browse files
app.py
CHANGED
@@ -189,9 +189,9 @@ def emotion(file_path):
|
|
189 |
|
190 |
|
191 |
|
192 |
-
|
193 |
|
194 |
-
audio_model = gr.Interface(fn=emotion, inputs="textbox", outputs="textbox")
|
195 |
|
196 |
|
197 |
|
|
|
189 |
|
190 |
|
191 |
|
192 |
+
audio_examples=["OAF_back_angry.wav","OAF_bar_disgust.wav","OAF_bar_neutral.wav","OAF_base_happy.wav","OAF_base_ps.wav"]
|
193 |
|
194 |
+
audio_model = gr.Interface(fn=emotion, inputs="textbox", outputs="textbox",examples=audio_examples)
|
195 |
|
196 |
|
197 |
|