From 2ae5d361f07896c3695d90d87f31f08014657dca Mon Sep 17 00:00:00 2001 From: superobk Date: Thu, 16 May 2024 17:19:04 +0800 Subject: [PATCH] doc: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62ad6d..c70b482 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https ``` ## More Dependencies | System | package | web | install command | -| --- | | --- | --- | +| --- | ---- | --- | --- | | python | filetype | https://pypi.org/project/filetype/ | pip install filetype | | python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi | | python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart |