Spaces:
Running
on
Zero
Running
on
Zero
Clean up
Browse files
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 |
|