Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
main.py
CHANGED
|
@@ -170,4 +170,4 @@ with gr.Blocks() as demo:
|
|
| 170 |
send.click(user, [msg, chatbot], [msg, chatbot], queue=False).then(bot, chatbot, chatbot)
|
| 171 |
|
| 172 |
if __name__ == "__main__":
|
| 173 |
-
demo.launch(
|
|
|
|
| 170 |
send.click(user, [msg, chatbot], [msg, chatbot], queue=False).then(bot, chatbot, chatbot)
|
| 171 |
|
| 172 |
if __name__ == "__main__":
|
| 173 |
+
demo.launch()
|