Spaces:
Running
Running
错别字
Browse files
crazy_functions/批量翻译PDF文档_多线程.py
CHANGED
|
@@ -13,7 +13,7 @@ def 批量翻译PDF文档(txt, llm_kwargs, plugin_kwargs, chatbot, history, sys_
|
|
| 13 |
# 基本信息:功能、贡献者
|
| 14 |
chatbot.append([
|
| 15 |
"函数插件功能?",
|
| 16 |
-
"
|
| 17 |
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
|
| 18 |
|
| 19 |
# 尝试导入依赖,如果缺少依赖,则给出安装建议
|
|
|
|
| 13 |
# 基本信息:功能、贡献者
|
| 14 |
chatbot.append([
|
| 15 |
"函数插件功能?",
|
| 16 |
+
"批量翻译PDF文档。函数插件贡献者: Binary-Husky"])
|
| 17 |
yield from update_ui(chatbot=chatbot, history=history) # 刷新界面
|
| 18 |
|
| 19 |
# 尝试导入依赖,如果缺少依赖,则给出安装建议
|