add duplicates spaces badge and description

#2
by akhaliq HF staff - opened
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -77,6 +77,9 @@ 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
  )
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.launch(debug=True)