mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Update website readme
This commit is contained in:
parent
b4d9825409
commit
4bd50ea548
@ -2,7 +2,7 @@
|
||||
|
||||
The Gradio website ([https://gradio.app](https://gradio.app)) is built from the contents of this folder. The website is tightly coupled with the rest of the repository through several ways:
|
||||
|
||||
- The gradio library used for the demos throughout the website use the gradio library built from this repository
|
||||
- The gradio library used to run the demos throughout the website is built from the library in the gradio folder of this repository
|
||||
- The demos are loaded from the `gradio/demo` folder
|
||||
- The guide pages are loaded from the `gradio/guides` folder
|
||||
- The documentation is loaded from the docstrings in the library itself.
|
||||
@ -24,4 +24,4 @@ The demos folder launches all the demos embedded inside the website. The demos a
|
||||
|
||||
## The `upload_notebooks` folder
|
||||
|
||||
The upload_notebooks folder runs a script that uploads the demos within `gradio/demo` to Google Colab. The links generated from uploading these files are then stored in the docker env file, which is then used by the `homepage` docker container to link to the Colab notebooks from the documentation.
|
||||
The upload_notebooks folder runs a script that uploads the demos within `gradio/demo` to Google Colab. The links generated from uploading these files are then stored in the docker env file, which is then used by the `homepage` docker container to link to the Colab notebooks from the documentation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user