darsoarafa commited on
Commit
a262cdd
Β·
verified Β·
1 Parent(s): 0a6b808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -102,8 +102,7 @@ with gr.Blocks(fill_height=True, ) as demo:
102
  multimodal=True,
103
  textbox=chat_input,
104
  chatbot=chatbot,
105
- cache_examples=False,
106
- examples_per_page=3
107
  )
108
 
109
  demo.queue()
 
102
  multimodal=True,
103
  textbox=chat_input,
104
  chatbot=chatbot,
105
+ cache_examples=False
 
106
  )
107
 
108
  demo.queue()