gokaygokay commited on
Commit
7f6885c
1 Parent(s): 731d39c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ from transformers import pipeline
21
  # load model and tokenizer from huggingface hub with pipeline
22
  enhancer = pipeline("summarization", model="gokaygokay/Lamini-Prompt-Enchance", device=0)
23
 
24
- prompt = "A blue-tinted bedroom scene, surreal and serene, with a mysterious reflected interior.
25
  prefix = "Enhance the description: "
26
  # enhance prompt
27
  res = enhancer(prefix + prompt)
 
21
  # load model and tokenizer from huggingface hub with pipeline
22
  enhancer = pipeline("summarization", model="gokaygokay/Lamini-Prompt-Enchance", device=0)
23
 
24
+ prompt = "A blue-tinted bedroom scene, surreal and serene, with a mysterious reflected interior."
25
  prefix = "Enhance the description: "
26
  # enhance prompt
27
  res = enhancer(prefix + prompt)