Spaces:
Runtime error
Runtime error
Clean up
Browse files
app.py
CHANGED
@@ -93,8 +93,6 @@ def predict(image: PIL.Image.Image, score_threshold: float,
|
|
93 |
|
94 |
|
95 |
def main():
|
96 |
-
gr.close_all()
|
97 |
-
|
98 |
args = parse_args()
|
99 |
|
100 |
image_paths = load_sample_image_paths()
|
|
|
93 |
|
94 |
|
95 |
def main():
|
|
|
|
|
96 |
args = parse_args()
|
97 |
|
98 |
image_paths = load_sample_image_paths()
|