ysharma HF staff commited on
Commit
910952c
·
verified ·
1 Parent(s): d88af9c

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(fill_height=True, ) as demo:
130
  multimodal=True,
131
  textbox=chat_input,
132
  chatbot=chatbot,
 
133
  )
134
 
135
  demo.queue(api_open=False)
 
130
  multimodal=True,
131
  textbox=chat_input,
132
  chatbot=chatbot,
133
+ cache_examples=False,
134
  )
135
 
136
  demo.queue(api_open=False)