Update README.md
This commit is contained in:
parent
bab3791b2a
commit
9b75d9f155
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue