Spaces:
Running
Running
selfish plug
Browse files
app.py
CHANGED
@@ -114,7 +114,9 @@ def create_interface():
|
|
114 |
gr.File(label="MIDI Files")
|
115 |
],
|
116 |
title="Audio Stem Separator & MIDI Converter",
|
117 |
-
description="Upload audio files to separate stems and convert to MIDI"
|
|
|
|
|
118 |
cache_examples=True,
|
119 |
allow_flagging="never"
|
120 |
)
|
|
|
114 |
gr.File(label="MIDI Files")
|
115 |
],
|
116 |
title="Audio Stem Separator & MIDI Converter",
|
117 |
+
description="Upload audio files to separate stems and convert to MIDI\n\n" +
|
118 |
+
"Created by Ever Olivares - Looking for Summer 2025 Internship Opportunities\n" +
|
119 |
+
"Connect with me: [LinkedIn](https://www.linkedin.com/in/everolivares/)",
|
120 |
cache_examples=True,
|
121 |
allow_flagging="never"
|
122 |
)
|