Spaces:
Paused
Paused
Update app_parallel.py
Browse files- app_parallel.py +1 -1
app_parallel.py
CHANGED
@@ -403,7 +403,7 @@ def parallel_processing():
|
|
403 |
return jsonify({'status': 'error', 'message': str(e)}), 500
|
404 |
|
405 |
|
406 |
-
@app.route("/stream", methods=["
|
407 |
def stream_results():
|
408 |
global audio_chunks, preprocessed_data, args, m3u8_path, audio_duration, start_time
|
409 |
print("audio_chunks",audio_chunks)
|
|
|
403 |
return jsonify({'status': 'error', 'message': str(e)}), 500
|
404 |
|
405 |
|
406 |
+
@app.route("/stream", methods=["GET"])
|
407 |
def stream_results():
|
408 |
global audio_chunks, preprocessed_data, args, m3u8_path, audio_duration, start_time
|
409 |
print("audio_chunks",audio_chunks)
|