jadechoghari commited on
Commit
7dad1bf
·
verified ·
1 Parent(s): 307486a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -7
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