Didier commited on
Commit
fc2060d
·
verified ·
1 Parent(s): 9ffdbf7

Update module_chat.py

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