juancopi81 commited on
Commit
a2dd74e
1 Parent(s): bde4867

Add ismir21 from the start

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with demo:
101
  model = gr.Radio(
102
  ["mt3", "ismir2021"],
103
  label=model_label,
104
- value="mt3"
105
  )
106
  model.change(fn=change_model, inputs=model, outputs=[])
107
 
 
101
  model = gr.Radio(
102
  ["mt3", "ismir2021"],
103
  label=model_label,
104
+ value="ismir2021"
105
  )
106
  model.change(fn=change_model, inputs=model, outputs=[])
107