mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
* Move files * Add missing * Fix tests * Merge main * Lint * Remove literal * add documentation decorator * lint * Remove typing_extensions * Fix documentation tag * ClearButton to components * Add file * import
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