hysts HF Staff commited on
Commit
96384e4
·
1 Parent(s): d2499b6
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -101,8 +101,6 @@ def predict(image: np.ndarray, model_name: str, max_num_faces: int,
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