Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ with gr.Blocks() as casa:
|
|
31 |
with gr.Column():
|
32 |
outputs = [gr.Image(label="Generated room image")]
|
33 |
|
34 |
-
|
35 |
-
|
36 |
|
37 |
|
38 |
with gr.Tab("ReDesign"):
|
|
|
31 |
with gr.Column():
|
32 |
outputs = [gr.Image(label="Generated room image")]
|
33 |
|
34 |
+
submit_btn = gr.Button("Submit")
|
35 |
+
submit_btn.click(casa_ai_run, inputs=inputs, outputs=outputs)
|
36 |
|
37 |
|
38 |
with gr.Tab("ReDesign"):
|