Spanicin commited on
Commit
e2c4695
·
verified ·
1 Parent(s): 93d7c21

Update app_parallel.py

Browse files
Files changed (1) hide show
  1. 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=["POST"])
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)