hysts HF staff commited on
Commit
618a72d
1 Parent(s): d4caca0
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -75,8 +75,6 @@ def load_model(file_name: str, device: torch.device) -> nn.Module:
75
 
76
 
77
  def main():
78
- gr.close_all()
79
-
80
  args = parse_args()
81
  device = torch.device(args.device)
82
 
 
75
 
76
 
77
  def main():
 
 
78
  args = parse_args()
79
  device = torch.device(args.device)
80