mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
b7072b1535
* Add code * Add json file * Remove streaming_stt demo * Undo generate_notebooks * Add blocks_kitchen_sink |
||
---|---|---|
.. | ||
src | ||
.dockerignore | ||
.gitignore | ||
build-version-docs.py | ||
build.py | ||
Dockerfile | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
requirements.txt | ||
restart_demos.py | ||
tailwind.config.js | ||
upload_demos.py | ||
utils.py |
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