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