mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
* Use f-strings where possible Semi-automated using ikamensh/flynt * Update gradio/utils.py * Update gradio/interface.py * formatting --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
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