Spaces:
Runtime error
Runtime error
Clean up
Browse files
app.py
CHANGED
@@ -87,8 +87,6 @@ def generate_image(seed: int, truncation_psi: float, randomize_noise: bool,
|
|
87 |
|
88 |
|
89 |
def main():
|
90 |
-
gr.close_all()
|
91 |
-
|
92 |
args = parse_args()
|
93 |
device = torch.device(args.device)
|
94 |
|
|
|
87 |
|
88 |
|
89 |
def main():
|
|
|
|
|
90 |
args = parse_args()
|
91 |
device = torch.device(args.device)
|
92 |
|