hysts HF staff commited on
Commit
1bc63df
·
1 Parent(s): 0e2961a
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -101,8 +101,6 @@ def predict(image: PIL.Image.Image, score_threshold: float,
101
 
102
 
103
  def main():
104
- gr.close_all()
105
-
106
  args = parse_args()
107
  device = torch.device(args.device)
108
 
 
101
 
102
 
103
  def main():
 
 
104
  args = parse_args()
105
  device = torch.device(args.device)
106