add duplicate spaces badge

#1
by akhaliq HF staff - opened
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -77,6 +77,12 @@ 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
+ ORIGINAL_SPACE_ID = 'nupurkmr9/custom-diffusion'
86
+ SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)"""
87
  )
88
  demo.launch(debug=True)