Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
8dce9c7
1
Parent(s):
7dc34c1
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
77 |
)
|
78 |
|
79 |
with gr.Column(scale=2):
|
80 |
-
result = gr.Image(label="Generated Image"
|
81 |
|
82 |
with gr.Row():
|
83 |
#with gr.Column():
|
|
|
77 |
)
|
78 |
|
79 |
with gr.Column(scale=2):
|
80 |
+
result = gr.Image(label="Generated Image")
|
81 |
|
82 |
with gr.Row():
|
83 |
#with gr.Column():
|