Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,6 @@ demo = gr.ChatInterface(
|
|
125 |
["Difference between List comprehension and Lambda in Python lst = [x ** 2 for x in range (1, 11) if x % 2 == 1] print(lst)"],
|
126 |
["What happens when the sun goes down?"],
|
127 |
],
|
128 |
-
cache_examp
|
129 |
cache_examples=False,
|
130 |
type="messages",
|
131 |
description=DESCRIPTION,
|
|
|
125 |
["Difference between List comprehension and Lambda in Python lst = [x ** 2 for x in range (1, 11) if x % 2 == 1] print(lst)"],
|
126 |
["What happens when the sun goes down?"],
|
127 |
],
|
|
|
128 |
cache_examples=False,
|
129 |
type="messages",
|
130 |
description=DESCRIPTION,
|