Spaces:
Runtime error
Runtime error
lukedjestic
commited on
Commit
•
9f0ff31
1
Parent(s):
ed0da0d
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(css=css) as demo:
|
|
143 |
|
144 |
|
145 |
with gr.Column(scale=2):
|
146 |
-
image_output = gr.Image(value="https://scontent.cdninstagram.com/v/t51.
|
147 |
|
148 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed,], outputs=image_output)
|
149 |
|
|
|
143 |
|
144 |
|
145 |
with gr.Column(scale=2):
|
146 |
+
image_output = gr.Image(value="https://scontent.cdninstagram.com/v/t51.29350-15/431370105_2616125331898278_6514352555784579245_n.webp?stp=dst-jpg_e35_p720x720&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDE5MjAuc2RyIn0&_nc_ht=scontent.cdninstagram.com&_nc_cat=106&_nc_ohc=tFxsl3ryJT0AX-p5JYa&edm=APs17CUBAAAA&ccb=7-5&ig_cache_key=MzMxNTQ0NTk4MjQ0Njk0ODA0MA%3D%3D.2-ccb7-5&oh=00_AfDsHKW6Zq51QeW3whGeAR1Mf2EttCojf7lJh_GdPL2uAQ&oe=65F075D9&_nc_sid=10d13b")
|
147 |
|
148 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed,], outputs=image_output)
|
149 |
|