Spaces:
No application file
No application file
Update interior design.py
Browse files- interior design.py +4 -4
interior design.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def image_diffsuion():
|
4 |
-
return
|
5 |
|
6 |
def gligen_grounded_inpainting():
|
7 |
-
return
|
8 |
|
9 |
def Yolov8_SAM():
|
10 |
return None
|
@@ -13,10 +13,10 @@ def TripoRS_Stable_Zero123_Wonder3D():
|
|
13 |
return None
|
14 |
|
15 |
def convert_3d_to_2d():
|
16 |
-
return
|
17 |
|
18 |
def image_fusion():
|
19 |
-
return
|
20 |
|
21 |
with gr.Blocks() as main:
|
22 |
with gr.Row():
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def image_diffsuion():
|
4 |
+
return img
|
5 |
|
6 |
def gligen_grounded_inpainting():
|
7 |
+
return img
|
8 |
|
9 |
def Yolov8_SAM():
|
10 |
return None
|
|
|
13 |
return None
|
14 |
|
15 |
def convert_3d_to_2d():
|
16 |
+
return img
|
17 |
|
18 |
def image_fusion():
|
19 |
+
return img
|
20 |
|
21 |
with gr.Blocks() as main:
|
22 |
with gr.Row():
|