hungchiayu commited on
Commit
a80d3c7
1 Parent(s): ee5f368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ gr_interface = gr.Interface(
136
  ["A helicopter is in flight"],
137
  ["A dog barking and a man talking and a racing car passes by"],
138
  ],
139
- cache_examples=True, # Turn on to cache.
140
  )
141
 
142
  # Launch Gradio app
 
136
  ["A helicopter is in flight"],
137
  ["A dog barking and a man talking and a racing car passes by"],
138
  ],
139
+ cache_examples="lazy", # Turn on to cache.
140
  )
141
 
142
  # Launch Gradio app