Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ from transformers import AutoModel
|
|
38 |
model = AutoModel.from_pretrained("jadechoghari/vfusion3d", trust_remote_code=True)
|
39 |
```
|
40 |
|
41 |
-
Check out our [demo app](
|
42 |
|
43 |
## Results and Comparisons
|
44 |
|
|
|
38 |
model = AutoModel.from_pretrained("jadechoghari/vfusion3d", trust_remote_code=True)
|
39 |
```
|
40 |
|
41 |
+
Check out our [demo app](https://huggingface.co/spaces/jadechoghari/vfusion3d-app) to see VFusion3D in action! 🤗
|
42 |
|
43 |
## Results and Comparisons
|
44 |
|