Spaces:
Running
on
Zero
Running
on
Zero
kayfahaarukku
commited on
Commit
•
2c40df6
1
Parent(s):
0ea7716
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(title="UrangDiffusion 1.0 Demo", theme="NoCrypt/[email protected]") as d
|
|
104 |
reset_button = gr.Button("Reset")
|
105 |
|
106 |
with gr.Column():
|
107 |
-
|
108 |
with gr.Accordion("Generation Details", open=False):
|
109 |
generation_info = gr.Textbox(
|
110 |
label="",
|
|
|
104 |
reset_button = gr.Button("Reset")
|
105 |
|
106 |
with gr.Column():
|
107 |
+
output_image = gr.Image(type="pil", label="Generated Image")
|
108 |
with gr.Accordion("Generation Details", open=False):
|
109 |
generation_info = gr.Textbox(
|
110 |
label="",
|