Spaces:
Sleeping
Sleeping
Upload myinfer_latest.py
Browse files- myinfer_latest.py +1 -1
myinfer_latest.py
CHANGED
@@ -162,7 +162,7 @@ def api_convert_voice():
|
|
162 |
|
163 |
if not acquired:
|
164 |
return jsonify({"error": "Too many requests, please try again later"}), 429
|
165 |
-
task_status_tracker[unique_id] = {"status": "Starting", "percentage": 0}
|
166 |
try:
|
167 |
|
168 |
#if session.get('submitted'):
|
|
|
162 |
|
163 |
if not acquired:
|
164 |
return jsonify({"error": "Too many requests, please try again later"}), 429
|
165 |
+
#task_status_tracker[unique_id] = {"status": "Starting", "percentage": 0}
|
166 |
try:
|
167 |
|
168 |
#if session.get('submitted'):
|