Spaces:
Running
Running
selfish plug
Browse files
app.py
CHANGED
@@ -102,7 +102,9 @@ def create_interface():
|
|
102 |
gr.Textbox(label="Transcribed Lyrics", lines=10, max_lines=20)
|
103 |
],
|
104 |
title="Audio Lyrics Extractor",
|
105 |
-
description="Upload an audio file to extract vocals and transcribe lyrics"
|
|
|
|
|
106 |
analytics_enabled=False
|
107 |
)
|
108 |
return interface
|
|
|
102 |
gr.Textbox(label="Transcribed Lyrics", lines=10, max_lines=20)
|
103 |
],
|
104 |
title="Audio Lyrics Extractor",
|
105 |
+
description="Upload an audio file to extract vocals and transcribe lyrics"+
|
106 |
+
"Created by Ever Olivares - Looking for Summer 2025 Internship Opportunities\n" +
|
107 |
+
"Connect with me: [LinkedIn](https://www.linkedin.com/in/everolivares/)",
|
108 |
analytics_enabled=False
|
109 |
)
|
110 |
return interface
|