Spanicin commited on
Commit
9b018cd
·
verified ·
1 Parent(s): 5972846

Update app_parallel.py

Browse files
Files changed (1) hide show
  1. app_parallel.py +1 -1
app_parallel.py CHANGED
@@ -286,7 +286,7 @@ def generate_chunks(audio_chunks, preprocessed_data, args):
286
 
287
  @app.route("/run", methods=['POST'])
288
  def parallel_processing():
289
- global start_time
290
  start_time = time.time()
291
  global TEMP_DIR
292
  global audio_chunks
 
286
 
287
  @app.route("/run", methods=['POST'])
288
  def parallel_processing():
289
+ global start_time, future_to_chunk
290
  start_time = time.time()
291
  global TEMP_DIR
292
  global audio_chunks