hysts HF Staff commited on
Commit
e4b0c02
·
1 Parent(s): 1b6bea4
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -73,8 +73,6 @@ def load_model(device: torch.device) -> nn.Module:
73
 
74
 
75
  def main():
76
- gr.close_all()
77
-
78
  args = parse_args()
79
  device = torch.device(args.device)
80
 
 
73
 
74
 
75
  def main():
 
 
76
  args = parse_args()
77
  device = torch.device(args.device)
78