Spaces:
Runtime error
Runtime error
Commit
·
29de853
1
Parent(s):
93c02f9
Update app.py
Browse files
app.py
CHANGED
|
@@ -190,27 +190,27 @@ To skip the queue you can <a href="https://huggingface.co/spaces/lambdalabs/imag
|
|
| 190 |
ex = gr.Examples([
|
| 191 |
[
|
| 192 |
"Image", "Image", "Text/URL", "Nothing", "Nothing",
|
| 193 |
-
|
| 194 |
-
"gainsborough.jpeg","blonder.jpeg",
|
| 195 |
1,1.35,1.4,1,1,
|
| 196 |
3.0, 1, 0, 30,
|
| 197 |
],
|
| 198 |
[
|
| 199 |
"Image", "Image", "Text/URL", "Image", "Nothing",
|
| 200 |
-
|
| 201 |
-
"ex2-1.jpeg","ex2-2.jpeg",
|
| 202 |
1,1,1.5,1.25,1,
|
| 203 |
3.0, 1, 0, 30,
|
| 204 |
],
|
| 205 |
[
|
| 206 |
"Image", "Image", "Image", "Nothing", "Nothing",
|
| 207 |
-
|
| 208 |
-
"ex1-1.jpeg","ex1-2.jpeg","ex1-3.jpeg",
|
| 209 |
1.1,1,1.4,1,1,
|
| 210 |
3.0, 1, 0, 30,
|
| 211 |
],
|
| 212 |
],
|
| 213 |
-
inputs=inps, outputs=[output], cache_examples=
|
| 214 |
|
| 215 |
gr.Markdown(
|
| 216 |
"""
|
|
|
|
| 190 |
ex = gr.Examples([
|
| 191 |
[
|
| 192 |
"Image", "Image", "Text/URL", "Nothing", "Nothing",
|
| 193 |
+
"","","central symmetric figure detailed artwork","","",
|
| 194 |
+
"gainsborough.jpeg","blonder.jpeg","blonder.jpeg","blonder.jpeg","blonder.jpeg",
|
| 195 |
1,1.35,1.4,1,1,
|
| 196 |
3.0, 1, 0, 30,
|
| 197 |
],
|
| 198 |
[
|
| 199 |
"Image", "Image", "Text/URL", "Image", "Nothing",
|
| 200 |
+
"","","flowers","","",
|
| 201 |
+
"ex2-1.jpeg","ex2-2.jpeg","blonder.jpeg","ex2-3.jpeg","blonder.jpeg",
|
| 202 |
1,1,1.5,1.25,1,
|
| 203 |
3.0, 1, 0, 30,
|
| 204 |
],
|
| 205 |
[
|
| 206 |
"Image", "Image", "Image", "Nothing", "Nothing",
|
| 207 |
+
"","","","","",
|
| 208 |
+
"ex1-1.jpeg","ex1-2.jpeg","ex1-3.jpeg","blonder.jpeg","blonder.jpeg",
|
| 209 |
1.1,1,1.4,1,1,
|
| 210 |
3.0, 1, 0, 30,
|
| 211 |
],
|
| 212 |
],
|
| 213 |
+
fn=run, inputs=inps, outputs=[output], cache_examples=True)
|
| 214 |
|
| 215 |
gr.Markdown(
|
| 216 |
"""
|