FoivosPar commited on
Commit
321709b
·
verified ·
1 Parent(s): 23b6dd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 and generate images:
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'])