update readme
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Unique3D
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
python_version: 3.10
|
8 |
+
sdk_version: 4.12.0
|
9 |
+
app_file: app.py
|
10 |
+
pinned: true
|
11 |
+
short_description: Create a 1M faces 3D colored model from an image!
|
12 |
+
license: mit
|
13 |
+
---
|
14 |
+
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|