jchen8000 commited on
Commit
27171e7
·
verified ·
1 Parent(s): 1f5b72f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
130
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
131
  examples=examples_questions,
132
  additional_inputs=additional_inputs,
 
133
  )
134
 
135
  # Launch the Gradio app
 
130
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
131
  examples=examples_questions,
132
  additional_inputs=additional_inputs,
133
+ cache_examples=False,
134
  )
135
 
136
  # Launch the Gradio app