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