Spaces:
Sleeping
Sleeping
Kalhar.Pandya
commited on
Commit
·
0e9a884
1
Parent(s):
fae78c3
trtr
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ def mosaic_generator(user_img, block_size, output_scale=1.0,
|
|
286 |
# ---------------------------------------------------------------------
|
287 |
iface = gr.Interface(
|
288 |
fn=mosaic_generator,
|
289 |
-
cache_examples=
|
290 |
inputs=[
|
291 |
gr.Image(type="pil", label="Upload Your Image"),
|
292 |
gr.Slider(minimum=1, maximum=32, step=1, value=10,
|
|
|
286 |
# ---------------------------------------------------------------------
|
287 |
iface = gr.Interface(
|
288 |
fn=mosaic_generator,
|
289 |
+
cache_examples=True,
|
290 |
inputs=[
|
291 |
gr.Image(type="pil", label="Upload Your Image"),
|
292 |
gr.Slider(minimum=1, maximum=32, step=1, value=10,
|