benisonjac commited on
Commit
fec8046
·
verified ·
1 Parent(s): 3aefa78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,7 +18,7 @@ The model is specialized in generating realistic shoe images such as sneakers, b
18
  ```python
19
  from huggingface_hub import InferenceClient
20
 
21
- client = InferenceClient("your-username/shoe-generator")
22
 
23
  image = client.text_to_image("a photo of a high-top sneaker, futuristic design")
24
  image.save("sneaker.png")
@@ -33,7 +33,7 @@ a photo of a high-top sneaker, futuristic design
33
 
34
  ### Clone the repo
35
  ```bash
36
- git clone https://huggingface.co/your-username/shoe-generator
37
  cd shoe-generator
38
  ```
39
 
@@ -53,7 +53,7 @@ Open [http://localhost:7860](http://localhost:7860) in your browser.
53
  ## Demo (Hugging Face Space)
54
 
55
  If you want to try it online, you can run the Space here:
56
- 👉 [Live Demo on Hugging Face Spaces](https://huggingface.co/spaces/your-username/shoe-generator)
57
 
58
  ## Limitations
59
 
 
18
  ```python
19
  from huggingface_hub import InferenceClient
20
 
21
+ client = InferenceClient("benisonjac/stable-diffusion-finetune")
22
 
23
  image = client.text_to_image("a photo of a high-top sneaker, futuristic design")
24
  image.save("sneaker.png")
 
33
 
34
  ### Clone the repo
35
  ```bash
36
+ git clone https://huggingface.co/Shoe-Gen/Shoe_Generator_Hosting
37
  cd shoe-generator
38
  ```
39
 
 
53
  ## Demo (Hugging Face Space)
54
 
55
  If you want to try it online, you can run the Space here:
56
+ 👉 [Live Demo on Hugging Face Spaces](https://huggingface.co/spaces/Shoe-Gen/Shoe_Generator_Hosting)
57
 
58
  ## Limitations
59