Spaces:
Runtime error
Runtime error
Commit
·
3089474
1
Parent(s):
61fb8e0
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,11 @@ demo = gr.Interface(
|
|
| 71 |
fn=inference,
|
| 72 |
inputs="text",
|
| 73 |
outputs=gr.Plot(),
|
| 74 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
title="Point-E demo: text to 3D",
|
| 76 |
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."
|
| 77 |
)
|
|
|
|
| 71 |
fn=inference,
|
| 72 |
inputs="text",
|
| 73 |
outputs=gr.Plot(),
|
| 74 |
+
examples=[
|
| 75 |
+
["a red motorcycle"],
|
| 76 |
+
["a RED pumpkin"],
|
| 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 |
)
|