hysts HF Staff commited on
Commit
10775c4
·
1 Parent(s): 8a2f4bc
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -127,8 +127,6 @@ def predict(image: PIL.Image.Image, score_threshold: float,
127
 
128
 
129
  def main():
130
- gr.close_all()
131
-
132
  args = parse_args()
133
  device = torch.device(args.device)
134
 
 
127
 
128
 
129
  def main():
 
 
130
  args = parse_args()
131
  device = torch.device(args.device)
132