Clean up
Browse files
app.py
CHANGED
@@ -101,8 +101,6 @@ def predict(image: PIL.Image.Image, score_threshold: float,
|
|
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 |
|