Update module_chat.py
Browse files- module_chat.py +1 -1
module_chat.py
CHANGED
|
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
|
|
| 38 |
'text': 'Could you extract the information present in the image?'
|
| 39 |
},
|
| 40 |
],
|
| 41 |
-
cache_examples=
|
| 42 |
)
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|
|
|
|
| 38 |
'text': 'Could you extract the information present in the image?'
|
| 39 |
},
|
| 40 |
],
|
| 41 |
+
cache_examples=False
|
| 42 |
)
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|