Skip to content

Commit 8e0bedc

Browse files
committed
docs: update docs for gradio
1 parent e623c53 commit 8e0bedc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ Differences may be less or more pronounced for different inputs. Please see the
228228

229229
<img src="assets/webui.jpg">
230230

231-
232231
After you have completed the model conversion according to the above process, you can use the following command to start a simple Web UI:
233232

234233
```bash
@@ -253,6 +252,17 @@ To create a public link, set `share=True` in `launch()`.
253252

254253
Open `http://0.0.0.0:7860` in your browser to start your Core ML Stable Diffusion adventure.
255254

255+
256+
Web UI relies on gradio, a great interface framework. If you have not installed it, then execute the above command, the program will try to install it automatically.
257+
258+
If the installation fails, you can try to manually execute the following command to complete the dependency installation.
259+
260+
```bash
261+
pip install gradio
262+
```
263+
264+
When the installation is complete, re-execute the above command to start the Web UI.
265+
256266
</details>
257267

258268
## <a name="faq"></a> FAQ

0 commit comments

Comments
 (0)