Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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__":
|