hysts
commited on
Commit
•
505df97
1
Parent(s):
cbcb4f0
Clean up
Browse files
app.py
CHANGED
@@ -91,8 +91,6 @@ def generate_interpolated_images(
|
|
91 |
|
92 |
|
93 |
def main():
|
94 |
-
gr.close_all()
|
95 |
-
|
96 |
args = parse_args()
|
97 |
device = torch.device(args.device)
|
98 |
|
|
|
91 |
|
92 |
|
93 |
def main():
|
|
|
|
|
94 |
args = parse_args()
|
95 |
device = torch.device(args.device)
|
96 |
|