DurgaDeepak commited on
Commit
dc71e71
·
verified ·
1 Parent(s): 330fb6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def preload_models():
68
  """
69
  from registry import get_model
70
  print("Warming up models for ZeroGPU...")
71
- get_model("detection", "yolov5n-seg", device="cpu")
72
  get_model("segmentation", "deeplabv3_resnet50", device="cpu")
73
  get_model("depth", "midas_v21_small_256", device="cpu")
74
 
 
68
  """
69
  from registry import get_model
70
  print("Warming up models for ZeroGPU...")
71
+ get_model("detection", "yolov5n", device="cpu")
72
  get_model("segmentation", "deeplabv3_resnet50", device="cpu")
73
  get_model("depth", "midas_v21_small_256", device="cpu")
74