Spaces:
Runtime error
Runtime error
| title: Autogen Human Input Demo | |
| emoji: π | |
| colorFrom: gray | |
| colorTo: green | |
| sdk: gradio | |
| sdk_version: 4.2.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| # Microsoft AutoGen: Multi-Round Human Interaction Chatbot Demo | |
| This demo shows how to build a chatbot which can handle multi-round conversations with human interactions. | |
| ## Run app | |
| ``` | |
| # Install dependencies | |
| pip install -U -r requirements.txt | |
| # Launch app | |
| python app.py | |
| ``` | |
| ## Run docker locally | |
| ``` | |
| docker build -t autogen/groupchat . | |
| docker run -it autogen/groupchat -p 7860:7860 | |
| ``` | |
| #### [AutoGen](https://github.com/microsoft/autogen) [SourceCode](https://github.com/thinkall/autogen-demos) | |
|  |