Spaces:
Running
on
Zero
Running
on
Zero
Clean up
Browse files
app.py
CHANGED
@@ -73,8 +73,6 @@ def load_model(device: torch.device) -> nn.Module:
|
|
73 |
|
74 |
|
75 |
def main():
|
76 |
-
gr.close_all()
|
77 |
-
|
78 |
args = parse_args()
|
79 |
device = torch.device(args.device)
|
80 |
|
|
|
73 |
|
74 |
|
75 |
def main():
|
|
|
|
|
76 |
args = parse_args()
|
77 |
device = torch.device(args.device)
|
78 |
|