Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -398,7 +398,7 @@ with gr.Blocks(css=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img {min-wid
|
|
398 |
chatbot
|
399 |
)
|
400 |
|
401 |
-
demo.queue(
|
402 |
|
403 |
if __name__ == "__main__":
|
404 |
import argparse
|
|
|
398 |
chatbot
|
399 |
)
|
400 |
|
401 |
+
demo.queue()
|
402 |
|
403 |
if __name__ == "__main__":
|
404 |
import argparse
|