eadali commited on
Commit
c2d60be
·
verified ·
1 Parent(s): 3d98234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def get_model_and_processor(checkpoint: str):
98
  return model, image_processor
99
 
100
 
101
- @spaces.CPU(duration=60)
102
  def detect_objects(
103
  checkpoint: str,
104
  images: List[np.ndarray] | np.ndarray,
 
98
  return model, image_processor
99
 
100
 
101
+ # @spaces.GPU(duration=20)
102
  def detect_objects(
103
  checkpoint: str,
104
  images: List[np.ndarray] | np.ndarray,