Spaces:
Runtime error
Runtime error
修正打印提示
Browse files
crazy_functions/批量翻译PDF文档_多线程.py
CHANGED
@@ -137,7 +137,7 @@ def 批量翻译PDF文档(txt, top_p, temperature, chatbot, history, sys_prompt,
|
|
137 |
except:
|
138 |
report_execption(chatbot, history,
|
139 |
a=f"解析项目: {txt}",
|
140 |
-
b=f"导入软件依赖失败。使用该模块需要额外依赖,安装方法```pip install --upgrade pymupdf```。")
|
141 |
yield chatbot, history, '正常'
|
142 |
return
|
143 |
|
|
|
137 |
except:
|
138 |
report_execption(chatbot, history,
|
139 |
a=f"解析项目: {txt}",
|
140 |
+
b=f"导入软件依赖失败。使用该模块需要额外依赖,安装方法```pip install --upgrade pymupdf tiktoken```。")
|
141 |
yield chatbot, history, '正常'
|
142 |
return
|
143 |
|