Spaces:
No application file
No application file
Update interior design.py
Browse files- interior design.py +1 -1
interior design.py
CHANGED
|
@@ -29,7 +29,7 @@ with gr.Blocks() as main:
|
|
| 29 |
image_output1 = gr.Image("image1")
|
| 30 |
with gr.Row():
|
| 31 |
gr.Textbox(label = "instrucation")
|
| 32 |
-
gen_btn = gr.
|
| 33 |
image_output2 = gr.Image("image2")
|
| 34 |
with gr.Column():
|
| 35 |
result1 = gr.Image("result1")
|
|
|
|
| 29 |
image_output1 = gr.Image("image1")
|
| 30 |
with gr.Row():
|
| 31 |
gr.Textbox(label = "instrucation")
|
| 32 |
+
gen_btn = gr.Button("Finished")
|
| 33 |
image_output2 = gr.Image("image2")
|
| 34 |
with gr.Column():
|
| 35 |
result1 = gr.Image("result1")
|