harrim-nv commited on
Commit
f75afb5
·
verified ·
1 Parent(s): 7125c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -302,8 +302,7 @@ with gr.Blocks(title="Cosmos-Reason1", theme=gr.themes.Soft()) as demo:
302
  example_component = gr.Examples(
303
  examples=example_data,
304
  inputs=[image_input, text_input],
305
- label="Examples",
306
- cache_examples=True
307
  )
308
 
309
  # Auto-submit when an example is clicked
 
302
  example_component = gr.Examples(
303
  examples=example_data,
304
  inputs=[image_input, text_input],
305
+ label="Examples"
 
306
  )
307
 
308
  # Auto-submit when an example is clicked