jadechoghari
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -24,13 +24,6 @@ European Conference on Computer Vision (ECCV), 2024
|
|
24 |
|
25 |
Getting started with VFusion3D is super easy! 🤗 Here’s how you can use the model with Hugging Face:
|
26 |
|
27 |
-
### Use a pipeline as a high-level helper
|
28 |
-
```python
|
29 |
-
from transformers import pipeline
|
30 |
-
|
31 |
-
pipe = pipeline("feature-extraction", model="jadechoghari/vfusion3d", trust_remote_code=True)
|
32 |
-
```
|
33 |
-
|
34 |
### Load model directly
|
35 |
```python
|
36 |
from transformers import AutoModel
|
|
|
24 |
|
25 |
Getting started with VFusion3D is super easy! 🤗 Here’s how you can use the model with Hugging Face:
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
### Load model directly
|
28 |
```python
|
29 |
from transformers import AutoModel
|