Spaces:
Runtime error
Runtime error
push
Browse files
app.py
CHANGED
@@ -128,7 +128,6 @@ chat_interface = gr.ChatInterface(
|
|
128 |
["What is the problem of consciousness in philosophy of mind?"],
|
129 |
],
|
130 |
cache_examples=False,
|
131 |
-
type="messages",
|
132 |
)
|
133 |
|
134 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|
|
|
128 |
["What is the problem of consciousness in philosophy of mind?"],
|
129 |
],
|
130 |
cache_examples=False,
|
|
|
131 |
)
|
132 |
|
133 |
with gr.Blocks(css="style.css", fill_height=True) as demo:
|