".github/vscode:/vscode.git/clone" did not exist on "318a86e345840388b50fa466b34d5726123d0ff6"
Enable the Gradio server to call inference services through the RESTful API (#287)
* app use async engine
* add stop logic
* app update cancel
* app support restful-api
* update doc and use the right model name
* set doc url root
* add comments
* add an example
* renew_session
* update readme.md
* resolve comments
* Update restful_api.md
* Update restful_api.md
* Update restful_api.md
---------
Co-authored-by:
tpoisonooo <khj.application@aliyun.com>
Showing
This diff is collapsed.
| ... | ... | @@ -9,6 +9,7 @@ pybind11 |
| safetensors | ||
| sentencepiece | ||
| setuptools | ||
| shortuuid | ||
| tiktoken | ||
| torch | ||
| transformers | ||
| ... | ... |
Please register or sign in to comment