Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as casa:
|
|
66 |
title = "Casa-AI Demo"
|
67 |
description = "A Gradio interface to use CasaAI for virtual staging"
|
68 |
|
69 |
-
with gr.Tab("
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
inputs = [
|
@@ -96,7 +96,7 @@ with gr.Blocks() as casa:
|
|
96 |
submit_btn.click(casa_ai_run_tab1, inputs=inputs, outputs=outputs)
|
97 |
|
98 |
|
99 |
-
with gr.Tab("
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
inputs = [
|
|
|
66 |
title = "Casa-AI Demo"
|
67 |
description = "A Gradio interface to use CasaAI for virtual staging"
|
68 |
|
69 |
+
with gr.Tab("Reimagine"):
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
inputs = [
|
|
|
96 |
submit_btn.click(casa_ai_run_tab1, inputs=inputs, outputs=outputs)
|
97 |
|
98 |
|
99 |
+
with gr.Tab("Redesign"):
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|
102 |
inputs = [
|