Spaces:
Runtime error
Runtime error
Clean up
Browse files
app.py
CHANGED
@@ -103,8 +103,6 @@ def generate_interpolated_images(
|
|
103 |
|
104 |
|
105 |
def main():
|
106 |
-
gr.close_all()
|
107 |
-
|
108 |
args = parse_args()
|
109 |
device = torch.device(args.device)
|
110 |
|
|
|
103 |
|
104 |
|
105 |
def main():
|
|
|
|
|
106 |
args = parse_args()
|
107 |
device = torch.device(args.device)
|
108 |
|