Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ tags:
|
|
| 24 |
### Inference with a pipeline
|
| 25 |
|
| 26 |
```python
|
| 27 |
-
!pip install git+https://github.com/
|
| 28 |
|
| 29 |
import requests
|
| 30 |
from PIL import Image
|
|
|
|
| 24 |
### Inference with a pipeline
|
| 25 |
|
| 26 |
```python
|
| 27 |
+
!pip install git+https://github.com/huggingface/diffusers.git
|
| 28 |
|
| 29 |
import requests
|
| 30 |
from PIL import Image
|