"vscode:/vscode.git/clone" did not exist on "68b61504a38e26ad5ad4c8be26e9653cfe62c6ed"
Commit 2ba521b8 authored by chenpangpang's avatar chenpangpang
Browse files

feat: 优化启动器的使用说明

parent afbf0fa3
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
}, },
"source": [ "source": [
"## 说明\n", "## 说明\n",
"\n", "- 启动需要加载模型,需要2分钟左右的时间\n",
"- 启动和重启 Notebook 点上方工具栏中的「重启并运行所有单元格」。出现如下内容就算成功了:\n", "- 启动和重启 Notebook 点上方工具栏中的「重启并运行所有单元格」。出现如下内容就算成功了:\n",
" - `Running on local URL: http://0.0.0.0:7860`\n", " - `Running on local URL: http://0.0.0.0:7860`\n",
" - `Running on public URL: https://89351c550b4a6aa47e.gradio.live`\n", " - `Running on public URL: https://xxxxxxxxxxxxxxx.gradio.live`\n",
"- 通过以下方式开启页面:\n", "- 通过以下方式开启页面:\n",
" - 控制台打开「自定义服务」了,访问自定义服务端口号设置为7860\n", " - 控制台打开「自定义服务」了,访问自定义服务端口号设置为7860\n",
" - 直接打开显示的公开链接`public URL`\n", " - 直接打开显示的公开链接`public URL`\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment