Update app.py
Browse files
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 |
|