Spaces:
Runtime error
Runtime error
Eunchan Lee
commited on
Commit
·
378f4fe
1
Parent(s):
d6c20bd
21-12-13
Browse files
app.py
CHANGED
|
@@ -12,8 +12,13 @@ st.header("KNU- Abstractive Summarizer Machine!")
|
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
-
#t5: 너무 오래걸린다.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
plms =["facebook/bart-large-cnn", "google/pegasus-xsum", "t5-base" ]
|
| 18 |
|
| 19 |
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
+
'''
|
| 17 |
+
T5: 너무 오래걸린다.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
'''
|
| 22 |
plms =["facebook/bart-large-cnn", "google/pegasus-xsum", "t5-base" ]
|
| 23 |
|
| 24 |
|