wangzhang commited on
Commit
774c416
·
1 Parent(s): 9ded01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ gr.ChatInterface(
16
  inference,
17
  chatbot=gr.Chatbot(height=300, scale=7),
18
  textbox=gr.Textbox(placeholder="你可以问我任何关于SequoiaDB的问题!", container=False, scale=7),
19
- description="<h3>ChatSDB是SequoiaDB旗下的AI智能大语言模型,训练超过上万条真实数据和7亿参数</h3><strong>模型🔗: <a>https://huggingface.co/wangzhang/ChatSDB </a></strong><br><strong>Dataset🔗: <a>https://huggingface.co/datasets/wangzhang/sdb </a></strong><br><strong> API Doc <a>https://zgg3nzdpswxy4a-80.proxy.runpod.net/docs/ <a> </strong>",
20
  title="ChatSDB",
21
  examples=["SequoiaDB巨杉数据库是什么?", "SequoiaDB巨杉数据库支持哪些类型的数据库实例?", "SequoiaDB巨杉数据库的优势有哪些?"],
22
  retry_btn="重试",
 
16
  inference,
17
  chatbot=gr.Chatbot(height=300, scale=7),
18
  textbox=gr.Textbox(placeholder="你可以问我任何关于SequoiaDB的问题!", container=False, scale=7),
19
+ description="<h3>ChatSDB是SequoiaDB旗下的AI智能大语言模型,训练超过上万条真实数据和7亿参数</h3><strong>模型🔗: <a>https://huggingface.co/wangzhang/ChatSDB </a></strong><br><strong>Dataset🔗: <a>https://huggingface.co/datasets/wangzhang/sdb </a></strong><br><strong> API Doc🔗: <a>https://zgg3nzdpswxy4a-80.proxy.runpod.net/docs/ <a> </strong>",
20
  title="ChatSDB",
21
  examples=["SequoiaDB巨杉数据库是什么?", "SequoiaDB巨杉数据库支持哪些类型的数据库实例?", "SequoiaDB巨杉数据库的优势有哪些?"],
22
  retry_btn="重试",