Re-adding file-url
This commit is contained in:
parent
bb766dbbc0
commit
ac29d92fa4
@ -89,7 +89,7 @@ def process_audio_bytes(audio_bytes, index):
|
||||
temp.append(float(part[i]))
|
||||
ret.append(temp)
|
||||
|
||||
return jsonify({"file_url": "", "array": arr_to_show, "part_amps": ret})
|
||||
return jsonify({"file_url": file_url, "array": arr_to_show, "part_amps": ret})
|
||||
|
||||
@app.route('/modify', methods=['POST'])
|
||||
def modify():
|
||||
|
Loading…
Reference in New Issue
Block a user