Spaces:
Runtime error
Runtime error
Clean up
Browse files
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 |
|