Spaces:
Runtime error
Runtime error
lukedjestic
commited on
Commit
•
c852275
1
Parent(s):
6216255
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://
|
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://instagram.fhlz4-1.fna.fbcdn.net/v/t51.2885-19/429477760_916839076681242_8837582574898633675_n.jpg?stp=dst-jpg_s150x150&_nc_ht=instagram.fhlz4-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=HTiXLemfHhoAX_Jizm9&edm=ANmP7GQBAAAA&ccb=7-5&oh=00_AfCzqWzmqny6COHL9gFpnbKD8MDB62uc_zWRNmoXvInX4w&oe=65E8BC23&_nc_sid=982cc7")
|
147 |
|
148 |
text_button.click(flip_text, inputs=[prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed,], outputs=image_output)
|
149 |
|