瀏覽代碼

Update README.md

Daniel Gatis 2 年之前
父節點
當前提交
a1b93db3aa
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -55,13 +55,16 @@ pip install rembg
 
 GPU support:
 
-First of all, you need to check if your system supports the "onnxruntime-gpu".
-Go to https://onnxruntime.ai/ and check the installation matrix.
+First of all, you need to check if your system supports the `onnxruntime-gpu`.
+
+Go to https://onnxruntime.ai and check the installation matrix.
 
 <p style="display: flex;align-items: center;justify-content: center;">
   <img src="https://raw.githubusercontent.com/danielgatis/rembg/master/onnxruntime-installation-matrix.png" width="400" />
 </p>
 
+If yes, just run:
+
 ```bash
 pip install rembg[gpu]
 ```