Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
| 5 |
|
| 6 |
# ๊ธ๋ก๋ฒ ๋ณ์ ์ ์ธ
|
| 7 |
## ๋ณธ ์ฝ๋์์ ์ฌ์ฉ๋ ์ ๋ฌธ๊ธฐ์ฌ ์์ฝ์ฉ ๋ชจ๋ธ(https://huggingface.co/gangyeolkim/kobart-korean-summarizer-v2)์ ํ
์คํธ์ฉ ์
๋๋ค.
|
| 8 |
-
pipe = pipeline("
|
| 9 |
|
| 10 |
## assitant ์๋ฐํ ์ด๋ฏธ์ง ๊ฒฝ๋ก
|
| 11 |
assistant_icon_path = "icon/to/path"
|
|
|
|
| 5 |
|
| 6 |
# ๊ธ๋ก๋ฒ ๋ณ์ ์ ์ธ
|
| 7 |
## ๋ณธ ์ฝ๋์์ ์ฌ์ฉ๋ ์ ๋ฌธ๊ธฐ์ฌ ์์ฝ์ฉ ๋ชจ๋ธ(https://huggingface.co/gangyeolkim/kobart-korean-summarizer-v2)์ ํ
์คํธ์ฉ ์
๋๋ค.
|
| 8 |
+
pipe = pipeline("summarization", model="gangyeolkim/kobart-korean-summarizer-v2")
|
| 9 |
|
| 10 |
## assitant ์๋ฐํ ์ด๋ฏธ์ง ๊ฒฝ๋ก
|
| 11 |
assistant_icon_path = "icon/to/path"
|