Spaces:
Runtime error
Runtime error
Commit
•
db22220
1
Parent(s):
3089474
Fix "Point Cloiuds" typo (#4)
Browse files- Fix typo (7982f41ca87738ea1d0f6b0b23efab3fa1059362)
Co-authored-by: Julien Chaumond <[email protected]>
app.py
CHANGED
@@ -77,6 +77,6 @@ demo = gr.Interface(
|
|
77 |
["a yellow rubber duck"]
|
78 |
],
|
79 |
title="Point-E demo: text to 3D",
|
80 |
-
description="Generated 3D Point
|
81 |
)
|
82 |
demo.launch(debug=True)
|
|
|
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 |
)
|
82 |
demo.launch(debug=True)
|