devve1 commited on
Commit
1e27ae6
1 Parent(s): 5aa77b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ def load_models_and_documents():
177
  if os.path.exists(dest_path):
178
  print(f"{dest_path} already exists, skipping or renaming")
179
  else:
180
- shutil.move(file, model_path)
181
 
182
  if os.path.exists(f"{model_path}/tekken.json"):
183
  print('EXIST')
 
177
  if os.path.exists(dest_path):
178
  print(f"{dest_path} already exists, skipping or renaming")
179
  else:
180
+ shutil.copy(file, model_path)
181
 
182
  if os.path.exists(f"{model_path}/tekken.json"):
183
  print('EXIST')