chore: update readme and remove timm

This commit is contained in:
guojianzhu 2024-07-05 14:16:03 +08:00
parent 2f808ca1d6
commit 39698bc6b3
2 changed files with 6 additions and 7 deletions

View File

@ -102,7 +102,7 @@ python inference.py -h
### 4. Gradio interface ### 4. Gradio interface
We also provide a Gradio interface for a better experience. Please install `gradio` and then run `app.py`: We also provide a Gradio interface for a better experience, just run by:
```bash ```bash
python app.py python app.py

View File

@ -10,7 +10,6 @@ scipy==1.13.1
imageio==2.34.2 imageio==2.34.2
lmdb==1.4.1 lmdb==1.4.1
tqdm==4.66.4 tqdm==4.66.4
timm==1.0.7
rich==13.7.1 rich==13.7.1
ffmpeg==1.4 ffmpeg==1.4
onnxruntime-gpu==1.18.0 onnxruntime-gpu==1.18.0