We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a81606 commit 4d13799Copy full SHA for 4d13799
docs/jp/README.ja.md
@@ -214,9 +214,9 @@ sudo usermod -aG video $USERNAME
214
### 直接起動
215
216
以下のコマンドで WebUI を起動します
217
-'''bash
+```bash
218
python infer-web.py
219
-'''
+```
220
221
### 統合パッケージの使用
222
@@ -228,15 +228,15 @@ python infer-web.py
228
229
#### MacOS ユーザー
230
231
232
sh ./run.sh
233
234
235
### IPEX 技術が必要な I カードユーザー向け(Linux のみ)
236
237
238
source /opt/intel/oneapi/setvars.sh
239
240
241
## 参考プロジェクト
242
0 commit comments