Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
bcfbcce
1
Parent(s):
db22220
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,10 @@ 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 Cloiuds 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 |
+
Skip the queue by duplicating this space and upgrading to GPU in settings
|
82 |
+
<a href="https://huggingface.co/spaces/openai/point-e?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
83 |
+
"""
|
84 |
)
|
85 |
+
demo.queue(max_size=30)
|
86 |
demo.launch(debug=True)
|