juancopi81 commited on
Commit
22467cb
1 Parent(s): 0627c0d

Let users only select MT3 model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with demo:
94
  The mt3 model transcribes multiple simultaneous instruments, but without velocities.
95
  """
96
  model = gr.Radio(
97
- ["mt3", "ismir2021"],
98
  label=model_label,
99
  value="mt3"
100
  )
 
94
  The mt3 model transcribes multiple simultaneous instruments, but without velocities.
95
  """
96
  model = gr.Radio(
97
+ ["mt3"],
98
  label=model_label,
99
  value="mt3"
100
  )