smjain commited on
Commit
ea6d2fa
1 Parent(s): 8685881

Upload myinfer_latest.py

Browse files
Files changed (1) hide show
  1. myinfer_latest.py +1 -1
myinfer_latest.py CHANGED
@@ -352,7 +352,7 @@ def api_convert_voice():
352
 
353
  #created_files.extend([vocal_path, inst, output_path])
354
  task_status_tracker[unique_id]["status"] = "Completed"
355
- upload_to_do()
356
 
357
  return jsonify({"message": "File processed successfully", "audio_id": unique_id}), 200
358
  finally:
 
352
 
353
  #created_files.extend([vocal_path, inst, output_path])
354
  task_status_tracker[unique_id]["status"] = "Completed"
355
+ upload_to_do(output_path1)
356
 
357
  return jsonify({"message": "File processed successfully", "audio_id": unique_id}), 200
358
  finally: