Spaces:
Sleeping
Sleeping
Upload myinfer_latest.py
Browse files- myinfer_latest.py +1 -0
myinfer_latest.py
CHANGED
@@ -353,6 +353,7 @@ def api_convert_voice():
|
|
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:
|
|
|
353 |
#created_files.extend([vocal_path, inst, output_path])
|
354 |
task_status_tracker[unique_id]["status"] = "Completed"
|
355 |
upload_to_do(output_path1)
|
356 |
+
print("file uploaded to Digital ocean space")
|
357 |
|
358 |
return jsonify({"message": "File processed successfully", "audio_id": unique_id}), 200
|
359 |
finally:
|