Didier commited on
Commit
c0179c2
·
verified ·
1 Parent(s): 57c77c4

Update module_chat.py

Browse files
Files changed (1) hide show
  1. 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__":