mouseland commited on
Commit
ef2c520
·
verified ·
1 Parent(s): 266f336

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def download_weights_old():
42
  fid.write(r.content)
43
 
44
  try:
45
- fpath = download_weights()
46
- model = models.CellposeModel(gpu=True , pretrained_model=fpath)
47
  except Exception as e:
48
  print(f"Error loading model: {e}")
49
  exit(1)
 
42
  fid.write(r.content)
43
 
44
  try:
45
+ #fpath = download_weights()
46
+ model = models.CellposeModel(gpu=True)# , pretrained_model=fpath)
47
  except Exception as e:
48
  print(f"Error loading model: {e}")
49
  exit(1)