sagar007 commited on
Commit
7f73770
1 Parent(s): bc4f66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ demo = gr.ChatInterface(
67
  "Write a dialogue between two characters discussing the future of space exploration.",
68
  "Explain the concept of blockchain technology and its potential applications."
69
  ],
70
- cache_examples=True,
71
  )
72
 
73
  if __name__ == "__main__":
 
67
  "Write a dialogue between two characters discussing the future of space exploration.",
68
  "Explain the concept of blockchain technology and its potential applications."
69
  ],
70
+ cache_examples=False,
71
  )
72
 
73
  if __name__ == "__main__":