Spaces:
Running
Running
admin
commited on
Commit
·
e1d735f
1
Parent(s):
486d10a
add title
Browse files
app.py
CHANGED
@@ -140,6 +140,7 @@ def url_infer(song: str, cache_dir="./__pycache__/mode2"):
|
|
140 |
|
141 |
if __name__ == "__main__":
|
142 |
with gr.Blocks() as iface:
|
|
|
143 |
with gr.Tab("Uploading Mode"):
|
144 |
gr.Interface(
|
145 |
fn=upl_infer,
|
|
|
140 |
|
141 |
if __name__ == "__main__":
|
142 |
with gr.Blocks() as iface:
|
143 |
+
gr.Markdown("# Piano Transcription Tool")
|
144 |
with gr.Tab("Uploading Mode"):
|
145 |
gr.Interface(
|
146 |
fn=upl_infer,
|