ch-tseng commited on
Commit
46779cd
·
1 Parent(s): 2589871
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ if update_model_id is not None:
42
  os.remove(path_model)
43
  except:
44
  print("Cannot remove", path_model)
45
- continue
46
 
47
  #-------------
48
 
 
42
  os.remove(path_model)
43
  except:
44
  print("Cannot remove", path_model)
45
+ pass
46
 
47
  #-------------
48