Compare commits

..

3 Commits

Author SHA1 Message Date
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 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@@ -55,6 +55,7 @@ coverage.xml
*.pot
github
.github
.idea/
TEMP
TRASH
@@ -132,6 +133,7 @@ dmypy.json
.pyre/
.vscode
.idea
history
ssr_conf

View File

@@ -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.

View File

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