Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,7 +190,7 @@ FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and co
|
|
| 190 |
fn=infer,
|
| 191 |
inputs=[prompt],
|
| 192 |
outputs=[result, seed],
|
| 193 |
-
cache_examples="
|
| 194 |
)
|
| 195 |
|
| 196 |
gr.Examples(
|
|
@@ -198,7 +198,7 @@ FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and co
|
|
| 198 |
fn=infer,
|
| 199 |
inputs=[prompt, input_images],
|
| 200 |
outputs=[result, seed],
|
| 201 |
-
cache_examples="
|
| 202 |
)
|
| 203 |
|
| 204 |
input_images.upload(
|
|
|
|
| 190 |
fn=infer,
|
| 191 |
inputs=[prompt],
|
| 192 |
outputs=[result, seed],
|
| 193 |
+
cache_examples="False"
|
| 194 |
)
|
| 195 |
|
| 196 |
gr.Examples(
|
|
|
|
| 198 |
fn=infer,
|
| 199 |
inputs=[prompt, input_images],
|
| 200 |
outputs=[result, seed],
|
| 201 |
+
cache_examples="False"
|
| 202 |
)
|
| 203 |
|
| 204 |
input_images.upload(
|