Update README.md

This commit is contained in:
Hardik Dava 2024-07-01 20:07:13 +02:00 committed by GitHub
parent bab3791b2a
commit 9b75d9f155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,14 @@ pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https
pip install -r requirements.txt
pip install flash-attn --no-build-isolation
```
or
```shell
pip install git+https://github.com/buaacyw/MeshAnything.git
```
And directly use in your code as
```
import MeshAnything
```
## Usage
### Local Gradio Demo <a href='https://github.com/gradio-app/gradio'><img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>