kevinconka commited on
Commit
94be7bc
·
1 Parent(s): 460eb6c

remove cache_examples parameter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,4 +106,4 @@ with gr.ChatInterface(
106
 
107
 
108
  if __name__ == "__main__":
109
- demo.launch(cache_examples=False)
 
106
 
107
 
108
  if __name__ == "__main__":
109
+ demo.launch()