Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
a6f83bd
1
Parent(s):
967d51e
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,6 @@ with gr.Blocks(css=css) as demo:
|
|
138 |
examples=examples,
|
139 |
fn=lambda x: (Image.open("./example.jpg"), 42),
|
140 |
inputs=[prompt],
|
141 |
-
cache_examples="lazy"
|
142 |
)
|
143 |
|
144 |
gr.Markdown("### Disclaimer\nFree of use, but both the dataset that FLUX has been fine-tuned on, as well as the FLUX.1-dev model are licensed under a non-commercial license.")
|
|
|
138 |
examples=examples,
|
139 |
fn=lambda x: (Image.open("./example.jpg"), 42),
|
140 |
inputs=[prompt],
|
|
|
141 |
)
|
142 |
|
143 |
gr.Markdown("### Disclaimer\nFree of use, but both the dataset that FLUX has been fine-tuned on, as well as the FLUX.1-dev model are licensed under a non-commercial license.")
|