Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -4
src/streamlit_app.py
CHANGED
|
@@ -3,10 +3,6 @@ import re
|
|
| 3 |
import streamlit as st
|
| 4 |
from transformers import pipeline
|
| 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 = "https://huggingface.co/spaces/randmimc/aitom/resolve/main/chat_icon/assistant.ico"
|
| 12 |
|
|
|
|
| 3 |
import streamlit as st
|
| 4 |
from transformers import pipeline
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
## assitant ์๋ฐํ ์ด๋ฏธ์ง ๊ฒฝ๋ก
|
| 7 |
assistant_icon_path = "https://huggingface.co/spaces/randmimc/aitom/resolve/main/chat_icon/assistant.ico"
|
| 8 |
|