Spaces:
No application file
No application file
Update interior design.py
Browse files- interior design.py +5 -8
interior design.py
CHANGED
|
@@ -9,11 +9,7 @@ def gligen_grounded_inpainting():
|
|
| 9 |
def Yolov8_SAM():
|
| 10 |
return None
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
def TripoRS_Stable_Zero123_Wonder3D():
|
| 17 |
return None
|
| 18 |
|
| 19 |
def convert_3d_to_2d():
|
|
@@ -24,9 +20,10 @@ def image_fusion():
|
|
| 24 |
|
| 25 |
with gr.Block() as demo:
|
| 26 |
with gr.Row():
|
| 27 |
-
gr.
|
| 28 |
-
|
| 29 |
-
|
|
|
|
| 30 |
with gr.Row():
|
| 31 |
gr.Radio(["Vintage","Contmporary","Cottage","Bohemian","Minimalist"])
|
| 32 |
|
|
|
|
| 9 |
def Yolov8_SAM():
|
| 10 |
return None
|
| 11 |
|
| 12 |
+
def TripoRS_Stable_Zero123_Wonder3D():
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
return None
|
| 14 |
|
| 15 |
def convert_3d_to_2d():
|
|
|
|
| 20 |
|
| 21 |
with gr.Block() as demo:
|
| 22 |
with gr.Row():
|
| 23 |
+
with gr.Column():
|
| 24 |
+
gr.Image():
|
| 25 |
+
gr.Image():
|
| 26 |
+
gr.Image():
|
| 27 |
with gr.Row():
|
| 28 |
gr.Radio(["Vintage","Contmporary","Cottage","Bohemian","Minimalist"])
|
| 29 |
|