mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
02fb8f5a1f
* test * changes * chagnes * changes * changes * changes * changes * Update CHANGELOG.md * changes * Update demo/chatbot_multimodal/run.py Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * Update demo/chatbot_simple_demo/run.py Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * changes * changes * changes --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
264 B
264 B
Building Gradio Website
Run the following commands in order:
pip install -r requirements.txt
npm install
npm run build --url a
The website will be built in the build/ folder as a static website. To launch, run: cd build && python3 -m http.server