PaintOnBrush commited on
Commit
76a09b5
1 Parent(s): ee7d022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
  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
  )