Spaces:
Runtime error
Runtime error
Fix typo
Browse files
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)
|