aflyrt commited on
Commit
8011e20
·
verified ·
1 Parent(s): 8a4f595

Update interior design.py

Browse files
Files changed (1) hide show
  1. 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.Image("Finished")
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")