randmimc commited on
Commit
64cb999
ยท
verified ยท
1 Parent(s): cfecc8f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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