Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ if not SUNO_KEY:
|
|
| 10 |
print("⚠️ SunoKey not set!")
|
| 11 |
|
| 12 |
def separate_vocals(task_id, audio_id, separation_type):
|
| 13 |
-
"""Separate vocals and instruments from Suno tracks"""
|
| 14 |
if not SUNO_KEY:
|
| 15 |
yield "❌ Error: SunoKey not configured in environment variables"
|
| 16 |
return
|
|
|
|
| 10 |
print("⚠️ SunoKey not set!")
|
| 11 |
|
| 12 |
def separate_vocals(task_id, audio_id, separation_type):
|
| 13 |
+
"""Separate vocals and instruments from Suno tracks - semi working, you need some knowledge and api backroom access."""
|
| 14 |
if not SUNO_KEY:
|
| 15 |
yield "❌ Error: SunoKey not configured in environment variables"
|
| 16 |
return
|