Spaces:
Running
Running
Commit
·
3e08221
1
Parent(s):
831e2d5
Update app.py
Browse files
app.py
CHANGED
|
@@ -407,6 +407,8 @@ if __name__ == "__main__":
|
|
| 407 |
" for faster execution"
|
| 408 |
)
|
| 409 |
|
|
|
|
|
|
|
| 410 |
maximum_match_ratio = gr.Slider(0.5, 1, value=1.0, label="Maximum match ratio to search for", info="Lower this value to see less precise matches")
|
| 411 |
|
| 412 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"], type="binary")
|
|
|
|
| 407 |
" for faster execution"
|
| 408 |
)
|
| 409 |
|
| 410 |
+
gr.Markdown("# Upload MIDI")
|
| 411 |
+
|
| 412 |
maximum_match_ratio = gr.Slider(0.5, 1, value=1.0, label="Maximum match ratio to search for", info="Lower this value to see less precise matches")
|
| 413 |
|
| 414 |
input_midi = gr.File(label="Input MIDI", file_types=[".midi", ".mid", ".kar"], type="binary")
|