eyov commited on
Commit
0067ac9
1 Parent(s): dff819c

update of not working properly on HF

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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