hysts HF Staff commited on
Commit
5aa27fa
·
1 Parent(s): a2ee6bd
Files changed (1) hide show
  1. app.py +0 -2
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