kjmin017 commited on
Commit
346be4e
β€’
1 Parent(s): 2bacb24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
3
  import torch
4
 
5
 
6
- title = "μ‘λ‹΅ν•˜λΌ 챗봇"
7
- description = "νŠΉμ • 도메인에 νŠΉν™”λœ 챗봇 μ œμž‘ν•˜κΈ°"
8
  examples = [["νŠΉν—ˆκ°€ 뭐야"]]
9
 
10
 
@@ -43,5 +43,5 @@ gr.Interface(
43
  examples=examples,
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
- theme="finlaymacklon/boxy_violet",
47
  ).launch()
 
3
  import torch
4
 
5
 
6
+ title = "πŸ€–μ‘λ‹΅ν•˜λΌ μ±—λ΄‡πŸ€–"
7
+ description = "νŠΉμ • 도메인에 νŠΉν™”λœ 챗봇"
8
  examples = [["νŠΉν—ˆκ°€ 뭐야"]]
9
 
10
 
 
43
  examples=examples,
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
+ theme="xiaobaiyuan/theme_brief",
47
  ).launch()