| # What To Do After Gradio | |
| ## Simple flow | |
| 1. Choose the intended use. | |
| 2. Choose the target. | |
| 3. Click `Prepare / publish now`. | |
| 4. If Gradio is running locally on Windows, it can prepare this computer, a USB key, or an external SSD directly. | |
| 5. If the target is a package, download the generated ZIP and give it to the target user. | |
| ## Advanced/manual flow | |
| 1. Download the manifest ZIP or platform builder ZIP. | |
| 2. Extract the full builder package. | |
| 3. Choose a target: | |
| ```text | |
| BUILD-LOCAL.cmd | |
| BUILD-USB.cmd | |
| BUILD-SSD.cmd | |
| ``` | |
| 4. Confirm the target and wait for the builder to finish. | |
| 5. Start the prepared target with `START-HERE.cmd`. | |
| The builder writes models to `models/ollama`, installs Voice assets, and reports success only after validating the target. | |