Spaces:
Runtime error
Runtime error
Update examples
#6
by
justinpinkney
- opened
- app.py +18 -2
- ex1-1.jpeg +0 -0
- ex1-2.jpeg +0 -0
- ex1-3.jpeg +0 -0
- ex2-1.jpeg +0 -0
- ex2-2.jpeg +0 -0
- ex2-3.jpeg +0 -0
app.py
CHANGED
@@ -187,13 +187,29 @@ To skip the queue you can <a href="https://huggingface.co/spaces/lambdalabs/imag
|
|
187 |
inps.extend([cfg_scale,n_samples,seed, steps,])
|
188 |
submit.click(fn=run, inputs=inps, outputs=[output])
|
189 |
|
190 |
-
ex = gr.Examples([
|
|
|
191 |
"Image", "Image", "Text/URL", "Nothing", "Nothing",
|
192 |
None,None,"central symmetric figure detailed artwork",None,None,
|
193 |
"gainsborough.jpeg","blonder.jpeg",None,None,None,
|
194 |
1,1.35,1.4,1,1,
|
195 |
3.0, 1, 0, 30,
|
196 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
inputs=inps, outputs=[output], cache_examples=True)
|
198 |
|
199 |
gr.Markdown(
|
|
|
187 |
inps.extend([cfg_scale,n_samples,seed, steps,])
|
188 |
submit.click(fn=run, inputs=inps, outputs=[output])
|
189 |
|
190 |
+
ex = gr.Examples([
|
191 |
+
[
|
192 |
"Image", "Image", "Text/URL", "Nothing", "Nothing",
|
193 |
None,None,"central symmetric figure detailed artwork",None,None,
|
194 |
"gainsborough.jpeg","blonder.jpeg",None,None,None,
|
195 |
1,1.35,1.4,1,1,
|
196 |
3.0, 1, 0, 30,
|
197 |
+
],
|
198 |
+
[
|
199 |
+
"Image", "Image", "Text/URL", "Image", "Nothing",
|
200 |
+
None,None,"flowers",None,None,
|
201 |
+
"ex2-1.jpeg","ex2-2.jpeg",None,"ex2-3.jpeg",None,
|
202 |
+
1,1,1.5,1.25,1,
|
203 |
+
3.0, 1, 0, 30,
|
204 |
+
],
|
205 |
+
[
|
206 |
+
"Image", "Image", "Image", "Nothing", "Nothing",
|
207 |
+
None,None,None,None,None,
|
208 |
+
"ex1-1.jpeg","ex1-2.jpeg","ex1-3.jpeg",None,None,
|
209 |
+
1.1,1,1.4,1,1,
|
210 |
+
3.0, 1, 0, 30,
|
211 |
+
],
|
212 |
+
],
|
213 |
inputs=inps, outputs=[output], cache_examples=True)
|
214 |
|
215 |
gr.Markdown(
|
ex1-1.jpeg
ADDED
ex1-2.jpeg
ADDED
ex1-3.jpeg
ADDED
ex2-1.jpeg
ADDED
ex2-2.jpeg
ADDED
ex2-3.jpeg
ADDED