Sijuade commited on
Commit
5d30bbb
·
verified ·
1 Parent(s): c0b70e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as casa:
74
  gr.Examples(examples=[['example_images/image_0.jpg', 'Living room in bohemian style'],
75
  ['example_images/image_1.jpg', 'A bauhaus-style living room with black leather sofa'],
76
  ['example_images/image_2.jpg', 'Modern bedroom with a wooden and round coffee table']],
77
- inputs=inputs, outputs=outputs, fn=casa_ai_run_tab1, cache_examples=False)
78
 
79
 
80
  with gr.Tab("Redesign"):
 
74
  gr.Examples(examples=[['example_images/image_0.jpg', 'Living room in bohemian style'],
75
  ['example_images/image_1.jpg', 'A bauhaus-style living room with black leather sofa'],
76
  ['example_images/image_2.jpg', 'Modern bedroom with a wooden and round coffee table']],
77
+ inputs=inputs, outputs=outputs, fn=casa_ai_run_tab1, cache_examples=True)
78
 
79
 
80
  with gr.Tab("Redesign"):