DrishtiSharma commited on
Commit
06c7cc8
1 Parent(s): 60c30fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], ["test2.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",