Spaces:
Running
Running
update of not working properly on HF
Browse files
app.py
CHANGED
@@ -103,8 +103,8 @@ def create_interface():
|
|
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
|
109 |
)
|
110 |
return interface
|
|
|
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/)"+" Currently not working as intended on HF tested on LightningAI with T4 running largeV2",
|
108 |
analytics_enabled=False
|
109 |
)
|
110 |
return interface
|