比较提交

..

3 次代码提交

作者 SHA1 备注 提交日期
binary-husky
c325c6869f Update .gitignore 2023-04-14 20:49:49 +08:00
Your Name
60848b21dc fix version 2023-04-14 17:04:49 +08:00
qingxu fu
14c70c092d redirect images 2023-04-14 16:36:36 +08:00
共有 3 个文件被更改,包括 7 次插入5 次删除

4
.gitignore vendored
查看文件

@@ -55,6 +55,7 @@ coverage.xml
*.pot
github
.github
.idea/
TEMP
TRASH
@@ -132,6 +133,7 @@ dmypy.json
.pyre/
.vscode
.idea
history
ssr_conf
@@ -141,4 +143,4 @@ private.md
private_upload
other_llms
cradle*
debug*
debug*

查看文件

@@ -54,17 +54,17 @@ Compatible with [TGUI](https://github.com/oobabooga/text-generation-webui) to ac
- All buttons are dynamically generated by reading `functional.py`, and custom functions can be added freely, freeing up the clipboard.
<div align="center">
<img src="公式.gif" width="700" >
<img src="https://user-images.githubusercontent.com/96192199/231975334-b4788e91-4887-412f-8b43-2b9c5f41d248.gif" width="700" >
</div>
- Refinement/Correction
<div align="center">
<img src="润色.gif" width="700" >
<img src="https://user-images.githubusercontent.com/96192199/231980294-f374bdcb-3309-4560-b424-38ef39f04ebd.gif" width="700" >
</div>
- Supports markdown tables output by GPT.
<div align="center">
<img src="demo2.jpg" width="500" >
<img src="https://user-images.githubusercontent.com/96192199/230598842-1d7fcddd-815d-40ee-af60-baf488a199df.png" width="700" >
</div>
- If the output contains formulas, both the tex form and the rendering form are displayed simultaneously for easy copying and reading.

查看文件

@@ -1,4 +1,4 @@
gradio>=3.25.0
gradio==3.25.0
tiktoken>=0.3.3
requests[socks]
transformers