Spaces:
Sleeping
Sleeping
thomas-yanxin
commited on
Commit
•
7f4b473
1
Parent(s):
7bfd749
modified: app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ if __name__ == "__main__":
|
|
187 |
label="Embedding model",
|
188 |
value="text2vec-base")
|
189 |
|
190 |
-
file = gr.File(label='
|
191 |
file_types=['.txt', '.md', '.docx'])
|
192 |
|
193 |
use_web = gr.Radio(["True", "False"], label="Web Search",
|
|
|
187 |
label="Embedding model",
|
188 |
value="text2vec-base")
|
189 |
|
190 |
+
file = gr.File(label='请上传知识库文件, 目前支持txt、docx、md格式',
|
191 |
file_types=['.txt', '.md', '.docx'])
|
192 |
|
193 |
use_web = gr.Radio(["True", "False"], label="Web Search",
|