Add link to huggingface space
Browse files
README.md
CHANGED
@@ -24,6 +24,10 @@ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co
|
|
24 |
|
25 |
Generating quotes with AI
|
26 |
|
|
|
|
|
|
|
|
|
27 |
## Sample code
|
28 |
```
|
29 |
from transformers import pipeline
|
|
|
24 |
|
25 |
Generating quotes with AI
|
26 |
|
27 |
+
## Online demo
|
28 |
+
|
29 |
+
A demo of this AI is availible in a [Huggingface Space](https://huggingface.co/spaces/sr5434/QuoteGeneration). Do not use the version attached to this model, as it doesn't work.
|
30 |
+
|
31 |
## Sample code
|
32 |
```
|
33 |
from transformers import pipeline
|