DrishtiSharma commited on
Commit
11c1d2b
1 Parent(s): 50f46d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[["audio_test.wav"]],
46
  title="Sentiment Analysis of Spanish Transcribed Audio",
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"]],
46
  title="Sentiment Analysis of Spanish Transcribed Audio",
47
  description="This is a Gradio demo for Sentiment Analysis of Transcribed Spanish Audio",
48
  layout="horizontal",