Reimu Hakurei
commited on
Commit
•
2b70c93
1
Parent(s):
675c8ee
Fix code syntax
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ This model can be used for entertainment purposes and as a generative art assist
|
|
36 |
|
37 |
## Example Code
|
38 |
|
39 |
-
```
|
40 |
import torch
|
41 |
from torch import autocast
|
42 |
from diffusers import StableDiffusionPipeline
|
|
|
36 |
|
37 |
## Example Code
|
38 |
|
39 |
+
```python
|
40 |
import torch
|
41 |
from torch import autocast
|
42 |
from diffusers import StableDiffusionPipeline
|