Spaces:
Runtime error
Runtime error
justinpinkney
commited on
Commit
•
52def34
1
Parent(s):
ad7d99a
Update app.py
Browse files
app.py
CHANGED
@@ -185,6 +185,15 @@ _Created by [Justin Pinkney](https://www.justinpinkney.com) at [Lambda Labs](htt
|
|
185 |
inps.extend([cfg_scale,n_samples,seed, steps,])
|
186 |
submit.click(fn=run, inputs=inps, outputs=[output])
|
187 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
gr.Markdown(
|
189 |
"""
|
190 |
|
|
|
185 |
inps.extend([cfg_scale,n_samples,seed, steps,])
|
186 |
submit.click(fn=run, inputs=inps, outputs=[output])
|
187 |
|
188 |
+
ex = gr.Examples([[
|
189 |
+
"Image", "Image", "Text/URL", "Nothing", "Nothing",
|
190 |
+
None,None,"central symmetric figure detailed artwork",None,None,
|
191 |
+
"gainsborough.jpeg","blonder.jpeg",None,None,None,
|
192 |
+
1,1.35,1.4,1,1,
|
193 |
+
3.0, 1, 0, 30,
|
194 |
+
]],
|
195 |
+
inputs=inps, outputs=[output])
|
196 |
+
|
197 |
gr.Markdown(
|
198 |
"""
|
199 |
|