Image-to-Image
Safetensors
clementchadebec commited on
Commit
47c7da2
·
verified ·
1 Parent(s): d14cb65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,7 +37,7 @@ model = get_model(
37
 
38
  # Load a source image
39
  source_image = load_image(
40
- "https://huggingface.co/jasperai/jasperai/LBM_relighting/resolve/main/examples/source_image.jpg"
41
  )
42
 
43
  # Perform inference
@@ -45,7 +45,7 @@ output_image = evaluate(model, source_image, num_sampling_steps=1)
45
  output_image
46
  ```
47
  <p align="center">
48
- <img style="width:500px;" src="examples/output.jpg">
49
  </p>
50
 
51
  ## License
 
37
 
38
  # Load a source image
39
  source_image = load_image(
40
+ "https://huggingface.co/jasperai/jasperai/LBM_relighting/resolve/main/assets/source_image.jpg"
41
  )
42
 
43
  # Perform inference
 
45
  output_image
46
  ```
47
  <p align="center">
48
+ <img style="width:500px;" src="assets/output.jpg">
49
  </p>
50
 
51
  ## License