Spaces:
Running
Running
Commit
路
5ff1dba
1
Parent(s):
1d27ad3
update model
Browse files- model/model_registry.py +2 -2
model/model_registry.py
CHANGED
|
@@ -103,14 +103,14 @@ register_model_info(
|
|
| 103 |
)
|
| 104 |
|
| 105 |
register_model_info(
|
| 106 |
-
["point-
|
| 107 |
"Point路E",
|
| 108 |
"https://github.com/openai/point-e",
|
| 109 |
"A System for Generating 3D Point Clouds from Complex Prompts",
|
| 110 |
)
|
| 111 |
|
| 112 |
register_model_info(
|
| 113 |
-
["shap-
|
| 114 |
"Shap-E",
|
| 115 |
"https://github.com/openai/shap-e",
|
| 116 |
"Generating Conditional 3D Implicit Functions",
|
|
|
|
| 103 |
)
|
| 104 |
|
| 105 |
register_model_info(
|
| 106 |
+
["point-e-t", "point-e-i"],
|
| 107 |
"Point路E",
|
| 108 |
"https://github.com/openai/point-e",
|
| 109 |
"A System for Generating 3D Point Clouds from Complex Prompts",
|
| 110 |
)
|
| 111 |
|
| 112 |
register_model_info(
|
| 113 |
+
["shap-e-t", "shap-e-i"],
|
| 114 |
"Shap-E",
|
| 115 |
"https://github.com/openai/shap-e",
|
| 116 |
"Generating Conditional 3D Implicit Functions",
|