Moran232 commited on
Commit
16f60b8
·
verified ·
1 Parent(s): 5f03877

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,12 +36,12 @@ JoyAI-Image-Edit is a multimodal foundation model specialized in instruction-gui
36
 
37
 
38
  #### Install the [Pull Request](https://github.com/huggingface/diffusers/pull/13444]) of JoyAI-Image-Edit of diffusers
39
- ```
40
  pip install git+https://github.com/huggingface/diffusers.git@refs/pull/13444
41
  ```
42
 
43
  #### Running with Diffusers
44
- ```bash
45
  import torch
46
  from PIL import Image
47
 
 
36
 
37
 
38
  #### Install the [Pull Request](https://github.com/huggingface/diffusers/pull/13444]) of JoyAI-Image-Edit of diffusers
39
+ ```bash
40
  pip install git+https://github.com/huggingface/diffusers.git@refs/pull/13444
41
  ```
42
 
43
  #### Running with Diffusers
44
+ ```python
45
  import torch
46
  from PIL import Image
47