DrishtiSharma
commited on
Commit
•
7b9d7c7
1
Parent(s):
5553474
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ gr.Interface(
|
|
42 |
],
|
43 |
#outputs=[gr.outputs.Label(num_top_classes=2),gr.outputs.Label(num_top_classes=2), gr.outputs.Label(num_top_classes=2)],
|
44 |
outputs=[gr.outputs.Label(num_top_classes=2)],
|
45 |
-
examples=[["audio1.wav"], ["audio2.wav"], ["audio3.wav"], ["audio4.wav"]],
|
46 |
title="Spanish-Audio-Transcription-based-Sexism-Detection",
|
47 |
description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio",
|
48 |
layout="horizontal",
|
|
|
42 |
],
|
43 |
#outputs=[gr.outputs.Label(num_top_classes=2),gr.outputs.Label(num_top_classes=2), gr.outputs.Label(num_top_classes=2)],
|
44 |
outputs=[gr.outputs.Label(num_top_classes=2)],
|
45 |
+
examples=[["audio1.wav"], ["audio2.wav"], ["audio3.wav"], ["audio4.wav"], ["sample_audio.wav"]],
|
46 |
title="Spanish-Audio-Transcription-based-Sexism-Detection",
|
47 |
description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio",
|
48 |
layout="horizontal",
|