awabxnero commited on
Commit
249058c
1 Parent(s): 36e33e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ To use this model, send a text prompt to the API and specify your desired infere
11
  ```python
12
  from transformers import pipeline
13
 
14
- generator = pipeline("text-to-image", model="your_username/your_model_name")
15
 
16
  result = generator("A fantasy landscape with mountains")
17
  result[0]["image"].show() # Display the generated image
 
11
  ```python
12
  from transformers import pipeline
13
 
14
+ generator = pipeline("text-to-image", model="awabxnero/hentai.safetensors")
15
 
16
  result = generator("A fantasy landscape with mountains")
17
  result[0]["image"].show() # Display the generated image