audrey06100 commited on
Commit
b79fb27
·
1 Parent(s): 2c7141a
Files changed (1) hide show
  1. app_utils.py +1 -1
app_utils.py CHANGED
@@ -365,7 +365,7 @@ def restore_order(batch_cnt, raw_data_shape, idx_order, orig_flags, filename, ou
365
  def run_model(modelname, filepath, inputname, m_filename, d_filename, outputname, samplerate, batch_cnt, new_idx, orig_flags):
366
  # establish a temp folder
367
  os.mkdir(filepath+'temp_data/')
368
-
369
  # step1: Reorder input data
370
  data_shape = reorder_data(new_idx, orig_flags, inputname, filepath+'temp_data/'+m_filename)
371
  # step2: Data preprocessing
 
365
  def run_model(modelname, filepath, inputname, m_filename, d_filename, outputname, samplerate, batch_cnt, new_idx, orig_flags):
366
  # establish a temp folder
367
  os.mkdir(filepath+'temp_data/')
368
+
369
  # step1: Reorder input data
370
  data_shape = reorder_data(new_idx, orig_flags, inputname, filepath+'temp_data/'+m_filename)
371
  # step2: Data preprocessing