HelloSun commited on
Commit
edfa13e
·
verified ·
1 Parent(s): 5a4047d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,6 +25,8 @@ pipe.vae_decoder = CustomOVModelVaeDecoder(model = OVBaseModel.load_model(f"{tae
25
  pipe.reshape( batch_size=-1, height=512, width=512, num_images_per_prompt=1)
26
  pipe.compile()
27
 
 
 
28
 
29
  def infer(prompt,negative_prompt, num_inference_steps):
30
 
 
25
  pipe.reshape( batch_size=-1, height=512, width=512, num_images_per_prompt=1)
26
  pipe.compile()
27
 
28
+ prompt=""
29
+ negative_prompt=""
30
 
31
  def infer(prompt,negative_prompt, num_inference_steps):
32