Spaces:
Runtime error
Runtime error
Commit
•
0de6c69
1
Parent(s):
ee7d022
Update app.py (#13)
Browse files- Update app.py (76a09b5194689399ce6e2791fb464bd8f23ac815)
Co-authored-by: Paint brush <[email protected]>
app.py
CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
|
|
77 |
["a yellow rubber duck"]
|
78 |
],
|
79 |
title="Point-E demo: text to 3D",
|
80 |
-
description="""Generated 3D Point
|
81 |
Check out the [notebook](https://github.com/openai/point-e/blob/main/point_e/examples/text2pointcloud.ipynb).
|
82 |
"""
|
83 |
)
|
|
|
77 |
["a yellow rubber duck"]
|
78 |
],
|
79 |
title="Point-E demo: text to 3D",
|
80 |
+
description="""Generated 3D Point Clouds with [Point-E](https://github.com/openai/point-e/tree/main). This demo uses a small, worse quality text-to-3D model to produce 3D point clouds directly from text descriptions.
|
81 |
Check out the [notebook](https://github.com/openai/point-e/blob/main/point_e/examples/text2pointcloud.ipynb).
|
82 |
"""
|
83 |
)
|