mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
* redirect old links * clean up nginx * fix broken link in changelog * fix broken links in guide * fix broken links in other guide * fix broken links in other guide * move redirects from jinja to nginx * changelog * Update guides/06_other_tutorials/create_your_own_friends_with_a_gan.md Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: Abubakar Abid <abubakar@huggingface.co> |
||
---|---|---|
.. | ||
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
(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