mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
* [create-pull-request] automated change * allow empty * [create-pull-request] automated change Co-authored-by: aliabid94 <aliabid94@users.noreply.github.com> Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com> Co-authored-by: abidlabs <abidlabs@users.noreply.github.com>
Building Gradio Website
Run the following commands in order:
pip install -r requirements.txt
npm install
npm run build
(ornpm run build-mac
on Mac OSX)
The website will be built in the build/ folder as a static website. To launch, run: cd build && python3 -m http.server