hysts HF staff commited on
Commit
5d10bca
1 Parent(s): 4de1d53
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -132,8 +132,6 @@ def predict(image: np.ndarray, max_num_faces: int,
132
 
133
 
134
  def main():
135
- gr.close_all()
136
-
137
  args = parse_args()
138
  device = torch.device(args.device)
139
 
 
132
 
133
 
134
  def main():
 
 
135
  args = parse_args()
136
  device = torch.device(args.device)
137