Dakerqi commited on
Commit
0f7efec
·
verified ·
1 Parent(s): 5d67b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def model_main(args, master_port, rank):
162
 
163
 
164
  @torch.no_grad()
165
- def inference(args, infer_args, text_encoder, tokenizer, vae, model)
166
  with torch.autocast("cuda", dtype):
167
  while True:
168
  (
 
162
 
163
 
164
  @torch.no_grad()
165
+ def inference(args, infer_args, text_encoder, tokenizer, vae, model):
166
  with torch.autocast("cuda", dtype):
167
  while True:
168
  (