hysts HF staff commited on
Commit
1acfd90
·
1 Parent(s): c705ed3
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -105,8 +105,6 @@ def predict(image: np.ndarray, model_name: str, max_num_faces: int,
105
 
106
 
107
  def main():
108
- gr.close_all()
109
-
110
  args = parse_args()
111
  device = torch.device(args.device)
112
 
 
105
 
106
 
107
  def main():
 
 
108
  args = parse_args()
109
  device = torch.device(args.device)
110