radames commited on
Commit
eb1464e
·
verified ·
1 Parent(s): f2ee1d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -8,7 +8,6 @@ pinned: false
8
  ---
9
  # Hugging Face + Visual Blocks Custom Components
10
 
11
-
12
  <p align="center">
13
  <br/>
14
  <picture>
@@ -56,6 +55,7 @@ Important links:
56
  - [Text Generation](#text-generation)
57
  - [Text to Image](#text-to-image)
58
  - [Token Classification](#token-classification-1)
 
59
  - [Local Development](#local-development)
60
 
61
  </details>
@@ -195,6 +195,10 @@ If successful, you can obtain your **Apikey** directly from the **Hugging Face H
195
 
196
  [**Chat Template Text Generation Node Example**](https://visualblocks.withgoogle.com/#/edit/new_hfdemo?project_json=https://cdn.jsdelivr.net/npm/huggingface-visualblocks-nodes@latest/examples/server/chat_template_text_generation_server_.json)
197
 
 
 
 
 
198
  More info:
199
 
200
  - https://huggingface.co/tasks/text-generation
@@ -269,6 +273,14 @@ More info:
269
 
270
  - https://huggingface.co/tasks/token-classification
271
 
 
 
 
 
 
 
 
 
272
  # Local Development
273
 
274
  1. Clone the repository
@@ -294,13 +306,4 @@ More info:
294
 
295
  5. Click the + in the bottom left corner to add the custom nodes.
296
 
297
- 6. Paste in the link to the script (e.g., http://localhost:8080/index.js) and click "Submit".
298
-
299
-
300
-
301
- # Hugging Face and Google Visual Blocks
302
-
303
- Google Visual Blocks for ML is a visual programming framework by Google that allows you to create machine learning pipelines using a no-code graph editor.
304
- Here, we will share how to create and connect visual blocks with the Hugging Face ecosystem.
305
-
306
- Read more about visualblocks here https://visualblocks.withgoogle.com/
 
8
  ---
9
  # Hugging Face + Visual Blocks Custom Components
10
 
 
11
  <p align="center">
12
  <br/>
13
  <picture>
 
55
  - [Text Generation](#text-generation)
56
  - [Text to Image](#text-to-image)
57
  - [Token Classification](#token-classification-1)
58
+ - [Extra Examples](#extra-examples)
59
  - [Local Development](#local-development)
60
 
61
  </details>
 
195
 
196
  [**Chat Template Text Generation Node Example**](https://visualblocks.withgoogle.com/#/edit/new_hfdemo?project_json=https://cdn.jsdelivr.net/npm/huggingface-visualblocks-nodes@latest/examples/server/chat_template_text_generation_server_.json)
197
 
198
+ <img src="https://huggingface.co/spaces/hf-vb/README/resolve/main/chat_completion.jpg" width="500">
199
+
200
+ [**Chat Completion Node Example**](https://visualblocks.withgoogle.com/#/edit/new_hfdemo?project_json=https://cdn.jsdelivr.net/npm/huggingface-visualblocks-nodes@latest/examples/server/chat_completion_server_.json)
201
+
202
  More info:
203
 
204
  - https://huggingface.co/tasks/text-generation
 
273
 
274
  - https://huggingface.co/tasks/token-classification
275
 
276
+ ## Extra Examples
277
+
278
+ [**Background Removal Text to Image**](https://visualblocks.withgoogle.com/#/edit/new_hfdemo?project_json=https://cdn.jsdelivr.net/npm/huggingface-visualblocks-nodes@latest/examples/extras/background_removal_text_to_image.json)
279
+
280
+ [**Chat Completion Text to Image Depth**](https://visualblocks.withgoogle.com/#/edit/new_hfdemo?project_json=https://cdn.jsdelivr.net/npm/huggingface-visualblocks-nodes@latest/examples/extras/chat_completion_txt2img_depth.json)
281
+
282
+ [**Image Segmentation Webcam Client**](https://visualblocks.withgoogle.com/#/edit/new_hfdemo?project_json=https://cdn.jsdelivr.net/npm/huggingface-visualblocks-nodes@latest/examples/extras/image_segmentation_webcam_client.json)
283
+
284
  # Local Development
285
 
286
  1. Clone the repository
 
306
 
307
  5. Click the + in the bottom left corner to add the custom nodes.
308
 
309
+ 6. Paste in the link to the script (e.g., http://localhost:8080/index.js) and click "Submit".