w11wo commited on
Commit
2221f57
·
1 Parent(s): c00e025

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -18,7 +18,6 @@ pinned: false
18
  alt=""
19
  src="https://huggingface.co/spaces/bookbot/README/raw/main/overview.png"
20
  class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
21
- style="margin:0;"
22
  />
23
  <div class="underline">Bookbot Website</div>
24
  </a>
@@ -27,7 +26,6 @@ pinned: false
27
  alt=""
28
  src="https://huggingface.co/spaces/bookbot/README/raw/main/overview.png"
29
  class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
30
- style="margin:0;"
31
  />
32
  <div class="underline">Bookbot Overview</div>
33
  </a>
@@ -36,7 +34,6 @@ pinned: false
36
  alt=""
37
  src="https://huggingface.co/spaces/bookbot/README/raw/main/overview.png"
38
  class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
39
- style="margin:0;"
40
  />
41
  <div class="underline">Find all our models in the Hub</div>
42
  </a>
@@ -47,7 +44,7 @@ pinned: false
47
  <div
48
  class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
49
  >
50
- <pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800" style="margin:0;">
51
  from transformers import pipeline
52
  pretrained_name = "bookbot/gpt2-indo-medium-kids-stories"
53
  nlp = pipeline("text-generation", model=pretrained_name, tokenizer=pretrained_name)
 
18
  alt=""
19
  src="https://huggingface.co/spaces/bookbot/README/raw/main/overview.png"
20
  class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
 
21
  />
22
  <div class="underline">Bookbot Website</div>
23
  </a>
 
26
  alt=""
27
  src="https://huggingface.co/spaces/bookbot/README/raw/main/overview.png"
28
  class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
 
29
  />
30
  <div class="underline">Bookbot Overview</div>
31
  </a>
 
34
  alt=""
35
  src="https://huggingface.co/spaces/bookbot/README/raw/main/overview.png"
36
  class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
 
37
  />
38
  <div class="underline">Find all our models in the Hub</div>
39
  </a>
 
44
  <div
45
  class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
46
  >
47
+ <pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
48
  from transformers import pipeline
49
  pretrained_name = "bookbot/gpt2-indo-medium-kids-stories"
50
  nlp = pipeline("text-generation", model=pretrained_name, tokenizer=pretrained_name)