Commit
·
84e8b52
1
Parent(s):
e685a5c
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Streaming Text Generation
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
|
@@ -8,4 +8,6 @@ pinned: false
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Streaming Text Generation
|
| 3 |
+
emoji: 📚
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
|
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
Showcase streaming text generation using the `@huggingface/inference` JS lib.
|
| 12 |
+
|
| 13 |
+
Default model for inference: https://huggingface.co/google/flan-t5-xxl
|