randmimc commited on
Commit
48ee50b
·
verified ·
1 Parent(s): 41f5574

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -1,7 +1,7 @@
1
  # 패키지 불러오기
2
  import re
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"
 
1
  # 패키지 불러오기
2
  import re
3
  import streamlit as st
4
+
5
 
6
  ## assitant 아바타 이미지 경로
7
  assistant_icon_path = "https://huggingface.co/spaces/randmimc/aitom/resolve/main/chat_icon/assistant.ico"