Update injection_main_HF.py
Browse files- injection_main_HF.py +1 -1
injection_main_HF.py
CHANGED
@@ -658,7 +658,7 @@ if __name__ == "__main__":
|
|
658 |
fn = style_transfer_app,
|
659 |
inputs = [text_input, image_input],
|
660 |
outputs = [image_output],
|
661 |
-
cache_examples=
|
662 |
)
|
663 |
submit_btn.click(
|
664 |
fn=style_transfer_app,
|
|
|
658 |
fn = style_transfer_app,
|
659 |
inputs = [text_input, image_input],
|
660 |
outputs = [image_output],
|
661 |
+
cache_examples=False
|
662 |
)
|
663 |
submit_btn.click(
|
664 |
fn=style_transfer_app,
|