Clean up
Browse files
app.py
CHANGED
@@ -103,8 +103,6 @@ def predict(image, class_score_threshold: float, mask_score_threshold: float,
|
|
103 |
|
104 |
|
105 |
def main():
|
106 |
-
gr.close_all()
|
107 |
-
|
108 |
args = parse_args()
|
109 |
device = torch.device(args.device)
|
110 |
|
|
|
103 |
|
104 |
|
105 |
def main():
|
|
|
|
|
106 |
args = parse_args()
|
107 |
device = torch.device(args.device)
|
108 |
|