Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ Use the code below to get started with the model.
|
|
40 |
```
|
41 |
3. Run
|
42 |
```python
|
|
|
43 |
from evo_nishikie_v1 import load_evo_nishikie
|
44 |
|
45 |
url = "https://huggingface.co/spaces/SakanaAI/Evo-Nishikie/resolve/main/sample2.jpg"
|
|
|
40 |
```
|
41 |
3. Run
|
42 |
```python
|
43 |
+
from io import BytesIO
|
44 |
from evo_nishikie_v1 import load_evo_nishikie
|
45 |
|
46 |
url = "https://huggingface.co/spaces/SakanaAI/Evo-Nishikie/resolve/main/sample2.jpg"
|