gradio/website/homepage
Freddy Boulton b7072b1535
Fix blocks_kitchen_sink and streaming_stt demos (#4699)
* Add code

* Add json file

* Remove streaming_stt demo

* Undo generate_notebooks

* Add blocks_kitchen_sink
2023-06-27 20:55:34 -04:00
..
src Place components separate files (#4487) 2023-06-14 11:26:10 -04:00
.dockerignore
.gitignore
build-version-docs.py Remove old versioned docs and fix repo classification (#4362) 2023-06-01 18:38:53 -07:00
build.py
Dockerfile Fix website build issue (#4142) 2023-05-10 18:31:44 +04:00
nginx.conf
package-lock.json chore(deps): update dependency @fullhuman/postcss-purgecss to v5 (#4612) 2023-06-21 19:19:42 +01:00
package.json chore(deps): update dependency @fullhuman/postcss-purgecss to v5 (#4612) 2023-06-21 19:19:42 +01:00
postcss.config.js
README.md
requirements.txt
restart_demos.py
tailwind.config.js
upload_demos.py Fix blocks_kitchen_sink and streaming_stt demos (#4699) 2023-06-27 20:55:34 -04:00
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