Spaces:
Sleeping
Sleeping
Commit
·
bc1a907
1
Parent(s):
b79fb27
update
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -363,7 +363,7 @@ def restore_order(batch_cnt, raw_data_shape, idx_order, orig_flags, filename, ou
|
|
363 |
return
|
364 |
|
365 |
def run_model(modelname, filepath, inputname, m_filename, d_filename, outputname, samplerate, batch_cnt, new_idx, orig_flags):
|
366 |
-
# establish
|
367 |
os.mkdir(filepath+'temp_data/')
|
368 |
|
369 |
# step1: Reorder input data
|
|
|
363 |
return
|
364 |
|
365 |
def run_model(modelname, filepath, inputname, m_filename, d_filename, outputname, samplerate, batch_cnt, new_idx, orig_flags):
|
366 |
+
# establish temp folder
|
367 |
os.mkdir(filepath+'temp_data/')
|
368 |
|
369 |
# step1: Reorder input data
|