Spaces:
Build error
Build error
Fix
Browse files
app.py
CHANGED
@@ -131,14 +131,14 @@ additional_inputs = [
|
|
131 |
examples = [
|
132 |
[
|
133 |
"Expand the following prompt to add more detail: A storefront with 'Text to Image' written on it.",
|
134 |
-
|
135 |
512,
|
136 |
1.2,
|
137 |
0.5,
|
138 |
1,
|
139 |
50,
|
140 |
False,
|
141 |
-
|
142 |
"roborovski/superprompt-v1",
|
143 |
"fp16",
|
144 |
]
|
|
|
131 |
examples = [
|
132 |
[
|
133 |
"Expand the following prompt to add more detail: A storefront with 'Text to Image' written on it.",
|
134 |
+
"",
|
135 |
512,
|
136 |
1.2,
|
137 |
0.5,
|
138 |
1,
|
139 |
50,
|
140 |
False,
|
141 |
+
42,
|
142 |
"roborovski/superprompt-v1",
|
143 |
"fp16",
|
144 |
]
|