DrishtiSharma
commited on
Commit
•
ef8de90
1
Parent(s):
467a230
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ gr.Interface(
|
|
41 |
],
|
42 |
#outputs=[gr.outputs.Label(num_top_classes=2),gr.outputs.Label(num_top_classes=2), gr.outputs.Label(num_top_classes=2)],
|
43 |
outputs=[gr.outputs.Textbox(label="Predicción")],
|
44 |
-
examples=[["audio_test.wav"], ["sample_audio.wav"]],
|
45 |
title="Sentiment Analysis of Spanish Transcribed Audio",
|
46 |
description=description,
|
47 |
layout="horizontal",
|
|
|
41 |
],
|
42 |
#outputs=[gr.outputs.Label(num_top_classes=2),gr.outputs.Label(num_top_classes=2), gr.outputs.Label(num_top_classes=2)],
|
43 |
outputs=[gr.outputs.Textbox(label="Predicción")],
|
44 |
+
examples=[["audio_test.wav"], ["sample_audio.wav"], ["test2.wav]],
|
45 |
title="Sentiment Analysis of Spanish Transcribed Audio",
|
46 |
description=description,
|
47 |
layout="horizontal",
|