sr5434 commited on
Commit
66b79a7
1 Parent(s): 981a5fa

Add link to huggingface space

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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