cbensimon HF staff commited on
Commit
e4f8335
·
verified ·
1 Parent(s): 1d996bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -813,6 +813,7 @@ def main():
813
 
814
  pipe = pipe.to(device)
815
  pipe.unet = pipe.unet.cuda()
 
816
  prefetch_hf_cache(pipe)
817
  run_demo_server(pipe)
818
 
 
813
 
814
  pipe = pipe.to(device)
815
  pipe.unet = pipe.unet.cuda()
816
+ pipe._encode_empty_text()
817
  prefetch_hf_cache(pipe)
818
  run_demo_server(pipe)
819