Spaces:
Running
Running
Add README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
|
5 |
-
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: pattern-to-image
|
3 |
+
colorFrom: red
|
4 |
+
colorTo: pink
|
|
|
5 |
sdk: gradio
|
6 |
+
sdk_version: 4.14.0
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
+
license: openrail
|
10 |
+
hf_oauth: true
|
11 |
+
disable_embedding: true
|
12 |
+
python_version: 3.12.3
|
13 |
+
pip_version: 3.12
|
14 |
+
short_description: Generate stunning high quality illusion artwork
|
15 |
---
|
16 |
|
17 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|