hysts commited on
Commit
505df97
1 Parent(s): cbcb4f0
Files changed (1) hide show
  1. app.py +0 -2
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