Spaces:
Runtime error
Runtime error
Commit
·
8217512
1
Parent(s):
b625c80
Update queue
Browse files
app.py
CHANGED
|
@@ -580,7 +580,5 @@ with gr.Blocks(css=customCSS) as demo:
|
|
| 580 |
|
| 581 |
chatbot.change(scroll_to_output=True)
|
| 582 |
|
| 583 |
-
demo.queue()
|
| 584 |
-
|
| 585 |
if __name__ == "__main__":
|
| 586 |
demo.launch(debug=True)
|
|
|
|
| 580 |
|
| 581 |
chatbot.change(scroll_to_output=True)
|
| 582 |
|
|
|
|
|
|
|
| 583 |
if __name__ == "__main__":
|
| 584 |
demo.launch(debug=True)
|