Bartosz Pietrzak commited on
Commit
2ca2ca9
·
1 Parent(s): dbc2b92
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ demo = gr.Interface(
21
  inputs=[gr.Audio(type="filepath"), gr.Slider(1, 10, 1,
22
  label="Top K Results")],
23
  outputs=gr.Label(num_top_classes=7),
24
- title="Audio Classification",
25
  description="Upload an .mp3 or .ogg audio file "
26
  "to classify the content using a pre-trained model.")
27
 
 
21
  inputs=[gr.Audio(type="filepath"), gr.Slider(1, 10, 1,
22
  label="Top K Results")],
23
  outputs=gr.Label(num_top_classes=7),
24
+ title="Music Mind Audio Classification",
25
  description="Upload an .mp3 or .ogg audio file "
26
  "to classify the content using a pre-trained model.")
27