Spaces:
No application file
No application file
Update interior design.py
Browse files- interior design.py +10 -2
interior design.py
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
5 |
|
6 |
def gligen_grounded_inpainting():
|
7 |
return img
|
|
|
1 |
import gradio as gr
|
2 |
+
import torch
|
3 |
+
from diffusers import StableDiffusionPipeline
|
4 |
+
from PIL import image_diffsuion
|
5 |
+
import os
|
6 |
|
7 |
+
|
8 |
+
|
9 |
+
|
10 |
+
def image_diffsuion(promt, sample, steps, scale, seed):
|
11 |
+
|
12 |
+
return images
|
13 |
|
14 |
def gligen_grounded_inpainting():
|
15 |
return img
|