blockenters commited on
Commit
fc64e3f
Β·
1 Parent(s): 84913ef
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,7 +20,7 @@ def load_model(model_name="deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"):
20
  def main():
21
  st.set_page_config(page_title="DeepSeek-R1 Chatbot", page_icon="πŸ€–")
22
  st.title("DeepSeek-R1 기반 λŒ€ν™”ν˜• 챗봇")
23
- st.write("DeepSeek-R1-Distill-Qwen-1.5B λͺ¨λΈμ„ μ‚¬μš©ν•œ λŒ€ν™” ν…ŒμŠ€νŠΈμš© 데λͺ¨μž…λ‹ˆλ‹€.")
24
 
25
  # μ„Έμ…˜ μŠ€ν…Œμ΄νŠΈ μ΄ˆκΈ°ν™”
26
  if "chat_history_ids" not in st.session_state:
@@ -44,7 +44,7 @@ def main():
44
  st.write(bot_text)
45
 
46
  # μ±„νŒ… μž…λ ₯μ°½
47
- user_input = st.chat_input("μ˜μ–΄λ‘œ λ©”μ‹œμ§€λ₯Ό μž…λ ₯ν•˜μ„Έμš”...")
48
 
49
  if user_input:
50
  # μ‚¬μš©μž λ©”μ‹œμ§€ ν‘œμ‹œ
 
20
  def main():
21
  st.set_page_config(page_title="DeepSeek-R1 Chatbot", page_icon="πŸ€–")
22
  st.title("DeepSeek-R1 기반 λŒ€ν™”ν˜• 챗봇")
23
+ st.write("DeepSeek-R1-Distill-Qwen-1.5B λͺ¨λΈμ„ ν™œμš©ν•œ λŒ€ν™” ν…ŒμŠ€νŠΈμš© 데λͺ¨μž…λ‹ˆλ‹€.")
24
 
25
  # μ„Έμ…˜ μŠ€ν…Œμ΄νŠΈ μ΄ˆκΈ°ν™”
26
  if "chat_history_ids" not in st.session_state:
 
44
  st.write(bot_text)
45
 
46
  # μ±„νŒ… μž…λ ₯μ°½
47
+ user_input = st.chat_input("λ©”μ‹œμ§€λ₯Ό μ˜μ–΄λ‘œ μž…λ ₯ν•˜μ„Έμš”...")
48
 
49
  if user_input:
50
  # μ‚¬μš©μž λ©”μ‹œμ§€ ν‘œμ‹œ