hysts HF staff commited on
Commit
2cff317
1 Parent(s): ba6212a
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -124,8 +124,6 @@ def detect(image: np.ndarray, model_size: str, mode: int,
124
 
125
 
126
  def main():
127
- gr.close_all()
128
-
129
  args = parse_args()
130
  device = torch.device(args.device)
131
 
 
124
 
125
 
126
  def main():
 
 
127
  args = parse_args()
128
  device = torch.device(args.device)
129