DrishtiSharma
commited on
Commit
•
421f42d
1
Parent(s):
11c1d2b
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ gr.Interface(
|
|
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"]],
|
46 |
-
title="
|
47 |
description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio",
|
48 |
layout="horizontal",
|
49 |
theme="huggingface",
|
|
|
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"]],
|
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",
|
49 |
theme="huggingface",
|