Update README.md
Browse files
README.md
CHANGED
|
@@ -111,7 +111,7 @@ pipeline.scheduler = DPMSolverMultistepScheduler.from_config(pipeline.scheduler.
|
|
| 111 |
pipeline = pipeline.to('cuda')
|
| 112 |
```
|
| 113 |
|
| 114 |
-
Then, pick an image to extract the ID-embedding
|
| 115 |
|
| 116 |
```python
|
| 117 |
app = FaceAnalysis(name='antelopev2', root='./', providers=['CUDAExecutionProvider', 'CPUExecutionProvider'])
|
|
|
|
| 111 |
pipeline = pipeline.to('cuda')
|
| 112 |
```
|
| 113 |
|
| 114 |
+
Then, pick an image to extract the ID-embedding:
|
| 115 |
|
| 116 |
```python
|
| 117 |
app = FaceAnalysis(name='antelopev2', root='./', providers=['CUDAExecutionProvider', 'CPUExecutionProvider'])
|