hysts HF staff commited on
Commit
828c3ea
1 Parent(s): 30c133d
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -114,8 +114,6 @@ def predict(image: PIL.Image.Image, score_threshold: float,
114
 
115
 
116
  def main():
117
- gr.close_all()
118
-
119
  args = parse_args()
120
  device = torch.device(args.device)
121
 
 
114
 
115
 
116
  def main():
 
 
117
  args = parse_args()
118
  device = torch.device(args.device)
119