Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|