Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ def emotion(file_path):
|
|
189 |
|
190 |
|
191 |
|
192 |
-
|
193 |
|
194 |
audio_model = gr.Interface(fn=emotion, inputs="textbox", outputs="textbox")
|
195 |
|
|
|
189 |
|
190 |
|
191 |
|
192 |
+
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")
|
195 |
|