PierreHanna commited on
Commit
ffecd2a
1 Parent(s): 99236eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def process(input_path):
75
 
76
  demo = gr.Interface(fn=process,
77
  inputs=gr.Audio(type="filepath"),
78
- outputs=gr.outputs.Label(num_top_classes=3),
79
  #outputs=gr.outputs.Textbox(label="Generated Text")
80
  #examples=example_list,
81
  #cache_examples=False
 
75
 
76
  demo = gr.Interface(fn=process,
77
  inputs=gr.Audio(type="filepath"),
78
+ outputs=gr.outputs.Label(label="Moods"),
79
  #outputs=gr.outputs.Textbox(label="Generated Text")
80
  #examples=example_list,
81
  #cache_examples=False