Spaces:
Runtime error
Runtime error
PaintOnBrush
commited on
Commit
•
76a09b5
1
Parent(s):
ee7d022
Update app.py
Browse files
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 |
)
|