yoon2566 commited on
Commit
276becd
Β·
verified Β·
1 Parent(s): 2128f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ if SYSTEM_PROMPT and "ν•œκ΅­μ–΄" in SYSTEM_PROMPT:
71
  chat_interface = gr.ChatInterface(
72
  fn=chatbot_predict,
73
  title="AI 챗봇 (μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ μ„€μ • κ°€λŠ₯)",
74
- description=f"",
75
  examples=examples,
76
  # type="messages"λŠ” historyλ₯Ό [{'role': 'user', 'content': '...'}] ν˜•μ‹μœΌλ‘œ λ°›κΈ° μœ„ν•΄ ν•„μš”ν•©λ‹ˆλ‹€.
77
  # μ½”λ“œ2의 ν˜•μ‹μ„ λ”°λ¦…λ‹ˆλ‹€.
 
71
  chat_interface = gr.ChatInterface(
72
  fn=chatbot_predict,
73
  title="AI 챗봇 (μ‹œμŠ€ν…œ ν”„λ‘¬ν”„νŠΈ μ„€μ • κ°€λŠ₯)",
74
+
75
  examples=examples,
76
  # type="messages"λŠ” historyλ₯Ό [{'role': 'user', 'content': '...'}] ν˜•μ‹μœΌλ‘œ λ°›κΈ° μœ„ν•΄ ν•„μš”ν•©λ‹ˆλ‹€.
77
  # μ½”λ“œ2의 ν˜•μ‹μ„ λ”°λ¦…λ‹ˆλ‹€.