soujanyaporia commited on
Commit
84a7bf7
1 Parent(s): b0cdd2f

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=False, # 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