Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ 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 |
"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
|
|
|
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\n"+
|
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
|