MySafeCode commited on
Commit
ecde374
·
verified ·
1 Parent(s): f516fae

Update app.py

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