Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks() as app:
|
|
251 |
used_seed = gr.Number(label="Last seed used",interactive=False)
|
252 |
run_btn = gr.Button("Run")
|
253 |
with gr.Column():
|
254 |
-
result_image = gr.Image(label="Illusion Diffusion Output", interactive=False, elem_id="output")
|
255 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
256 |
community_icon = gr.HTML(community_icon_html)
|
257 |
loading_icon = gr.HTML(loading_icon_html)
|
|
|
251 |
used_seed = gr.Number(label="Last seed used",interactive=False)
|
252 |
run_btn = gr.Button("Run")
|
253 |
with gr.Column():
|
254 |
+
result_image = gr.Image(label="Illusion Diffusion Output", interactive=False, format="png", elem_id="output")
|
255 |
with gr.Group(elem_id="share-btn-container", visible=False) as share_group:
|
256 |
community_icon = gr.HTML(community_icon_html)
|
257 |
loading_icon = gr.HTML(loading_icon_html)
|