Update module_chat.py
Browse files- module_chat.py +2 -1
module_chat.py
CHANGED
@@ -32,7 +32,8 @@ with gr.Blocks() as demo:
|
|
32 |
'Could you extract the information present in the image '
|
33 |
'and present it as a bulleted list?')
|
34 |
},
|
35 |
-
]
|
|
|
36 |
)
|
37 |
|
38 |
if __name__ == "__main__":
|
|
|
32 |
'Could you extract the information present in the image '
|
33 |
'and present it as a bulleted list?')
|
34 |
},
|
35 |
+
],
|
36 |
+
cache_examples=False
|
37 |
)
|
38 |
|
39 |
if __name__ == "__main__":
|