Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,6 @@ demo = gr.ChatInterface(
|
|
92 |
theme="h2o",
|
93 |
undo_btn="Delete Previous",
|
94 |
clear_btn="Start Over",
|
95 |
-
enable_queue=True,
|
96 |
css=css # Apply the custom CSS defined above
|
97 |
)
|
98 |
demo.launch(max_threads=10)
|
|
|
92 |
theme="h2o",
|
93 |
undo_btn="Delete Previous",
|
94 |
clear_btn="Start Over",
|
|
|
95 |
css=css # Apply the custom CSS defined above
|
96 |
)
|
97 |
demo.launch(max_threads=10)
|