Upload inference-config.json with huggingface_hub
Browse files- inference-config.json +12 -0
inference-config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task": "text-to-image",
|
3 |
+
"widget": {
|
4 |
+
"text": "a cat sitting on a windowsill",
|
5 |
+
"examples": [
|
6 |
+
"a cat sitting on a windowsill",
|
7 |
+
"a beautiful mountain landscape",
|
8 |
+
"a portrait of a person with glasses",
|
9 |
+
"a sunset over the ocean"
|
10 |
+
]
|
11 |
+
}
|
12 |
+
}
|