next-playground commited on
Commit
39ec370
·
verified ·
1 Parent(s): 9271839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def process_audio_separation(task_id, mp3_url):
162
  except Exception as e:
163
  tasks[task_id] = {
164
  "status": "error",
165
- "message": str(e)
166
  "debug_traceback": str(traceback.format_exception(exc_type, exc_value, exc_traceback))
167
  }
168
 
 
162
  except Exception as e:
163
  tasks[task_id] = {
164
  "status": "error",
165
+ "message": str(e),
166
  "debug_traceback": str(traceback.format_exception(exc_type, exc_value, exc_traceback))
167
  }
168