Spaces:
Build error
Build error
Commit
·
22467cb
1
Parent(s):
0627c0d
Let users only select MT3 model
Browse files
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"
|
| 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 |
)
|