clemsadand commited on
Commit
3646aff
1 Parent(s): ba0bf80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -35,7 +35,7 @@ The Quote Generator is built on top of the GPT-2 model, fine-tuned using the Low
35
 
36
  - **Repository:** [Quote Generator](https://huggingface.co/clemsadand/quote_generator/)
37
  <!-- - **Paper [optional]:** N/A -->
38
- - **Demo [optional]:** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1SfCQkGIz5EyGODEYD-i4OggG4gM-Qx9t?usp=sharing)
39
 
40
  ## Uses
41
 
@@ -95,4 +95,4 @@ def generate_quote(input_text):
95
 
96
  input_text = "Generate a quote about kindness with the keywords compassion, empathy, help, generosity, care"
97
 
98
- print(generated_text)
 
35
 
36
  - **Repository:** [Quote Generator](https://huggingface.co/clemsadand/quote_generator/)
37
  <!-- - **Paper [optional]:** N/A -->
38
+ - **Demo :** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1SfCQkGIz5EyGODEYD-i4OggG4gM-Qx9t?usp=sharing)
39
 
40
  ## Uses
41
 
 
95
 
96
  input_text = "Generate a quote about kindness with the keywords compassion, empathy, help, generosity, care"
97
 
98
+ print(generate_quote(input_text))