next-playground commited on
Commit
9eaacbc
·
verified ·
1 Parent(s): 46385e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def audio_separation():
41
  }
42
  return result
43
  except Exception as e:
44
- result = "Error: " + str(e), 500
45
 
46
  @app.route('/download/<filename>', methods=['GET'])
47
  def download(filename):
 
41
  }
42
  return result
43
  except Exception as e:
44
+ return "Error: " + str(e), 500
45
 
46
  @app.route('/download/<filename>', methods=['GET'])
47
  def download(filename):