hysts HF Staff commited on
Commit
b9a7f88
·
1 Parent(s): 55cd1a8
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -127,8 +127,6 @@ def predict(image, model, face_detector, device, margin=0.4, input_size=224):
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