Rahmat82 commited on
Commit
07ebea9
·
verified ·
1 Parent(s): ab570b5

code and demo

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -50,8 +50,9 @@ This model is light and performs very fast.
50
 
51
  ## Use the model
52
 
53
- Click the following link to open the model's demo: https://huggingface.co/spaces/Rahmat82/RHM-text-summarizer-light
54
 
 
55
  ```python
56
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
57
 
 
50
 
51
  ## Use the model
52
 
53
+ Click the following link to open the model's demo:<br/> https://huggingface.co/spaces/Rahmat82/RHM-text-summarizer-light
54
 
55
+ Code:
56
  ```python
57
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
58