Spaces:
Sleeping
Sleeping
roba
Browse files
app.py
CHANGED
@@ -172,10 +172,9 @@ def create_demo() -> gr.Blocks:
|
|
172 |
"What is the problem of consciousness in philosophy of mind?",
|
173 |
],
|
174 |
inputs=msg,
|
175 |
-
fn=
|
176 |
-
outputs=
|
177 |
-
cache_examples=
|
178 |
-
api_name=False
|
179 |
)
|
180 |
|
181 |
msg.submit(
|
|
|
172 |
"What is the problem of consciousness in philosophy of mind?",
|
173 |
],
|
174 |
inputs=msg,
|
175 |
+
fn=None,
|
176 |
+
outputs=None,
|
177 |
+
cache_examples=False,
|
|
|
178 |
)
|
179 |
|
180 |
msg.submit(
|