Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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("
|
| 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/
|
| 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/
|
| 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 |
|