arjunanand13 commited on
Commit
eeed7c6
·
verified ·
1 Parent(s): 17916b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -224,7 +224,8 @@ interface = gr.Interface(
224
  allow_flagging="never",
225
  examples=[
226
  ["questions.json", "to_be_screened_2.zip"]
227
- ]
 
228
  )
229
 
230
  # Launch with debugging and sharing enabled
 
224
  allow_flagging="never",
225
  examples=[
226
  ["questions.json", "to_be_screened_2.zip"]
227
+ ],
228
+ cache_examples=False
229
  )
230
 
231
  # Launch with debugging and sharing enabled