dwipper commited on
Commit
d536ec7
·
1 Parent(s): 27ff3e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -296,6 +296,7 @@ with gr.Blocks(CIMStheme) as iface:
296
  description="Ask any question about Name, Image, Likeness (NIL)",
297
  allow_flagging="manual",
298
  examples=ui_examples,
 
299
  flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
300
  )
301
  with gr.Row():
 
296
  description="Ask any question about Name, Image, Likeness (NIL)",
297
  allow_flagging="manual",
298
  examples=ui_examples,
299
+ cache_examples = False,
300
  flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
301
  )
302
  with gr.Row():