Spaces:
Runtime error
Runtime error
Clean up
Browse files
app.py
CHANGED
@@ -75,8 +75,6 @@ def load_model(file_name: str, device: torch.device) -> nn.Module:
|
|
75 |
|
76 |
|
77 |
def main():
|
78 |
-
gr.close_all()
|
79 |
-
|
80 |
args = parse_args()
|
81 |
device = torch.device(args.device)
|
82 |
|
|
|
75 |
|
76 |
|
77 |
def main():
|
|
|
|
|
78 |
args = parse_args()
|
79 |
device = torch.device(args.device)
|
80 |
|