gogamza commited on
Commit
5b5a14a
1 Parent(s): 1ce9016

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -35,12 +35,9 @@ summ_text = tokenizer.batch_decode(summary_ids.tolist(), skip_special_tokens=Tru
35
 
36
  ## Demo
37
 
38
- - <a href="http://52.231.69.211:8081/" target="_blank">요약 데모</a>
39
-
40
- <table><tr><td>
41
- <center><img src="summ.png" width="600"/></center>
42
- </td></tr></table>
43
 
 
44
 
45
 
46
 
 
35
 
36
  ## Demo
37
 
38
+ - [요약 데모](http://52.231.69.211:8081/)
 
 
 
 
39
 
40
+ ![](summ.png)
41
 
42
 
43