Vijish commited on
Commit
b94709f
·
verified ·
1 Parent(s): 68f7908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(title="Room Design Diffusion", theme=gr.themes.Soft()) as demo:
102
  examples=[
103
  [
104
  os.path.join(os.path.dirname(__file__), "examples/free-photo-of-empty-living-room-with-with-walls.jpeg"),
105
- "A living room featuring a rugged leather sofa, a rustic wood and metal coffee table, a sturdy industrial-style media stand, and a vintage-inspired rug adding warmth to the space."
106
  ],
107
  [
108
  os.path.join(os.path.dirname(__file__), "examples/2.webp"),
@@ -110,6 +110,18 @@ with gr.Blocks(title="Room Design Diffusion", theme=gr.themes.Soft()) as demo:
110
  ],
111
  [
112
  os.path.join(os.path.dirname(__file__), "examples/3.webp"),
 
 
 
 
 
 
 
 
 
 
 
 
113
  "A bedroom featuring a gray upholstered bed with soft bedding, a gold and glass nightstand with a textured lamp, a simple console table with fresh greenery, and a cozy patterned rug underfoot."
114
  ]
115
  ],
 
102
  examples=[
103
  [
104
  os.path.join(os.path.dirname(__file__), "examples/free-photo-of-empty-living-room-with-with-walls.jpeg"),
105
+ "A living room featuring a comfortable sofa with neutral cushions, a classic wooden coffee table, a functional TV stand with storage, and a cozy area rug that ties the space together."
106
  ],
107
  [
108
  os.path.join(os.path.dirname(__file__), "examples/2.webp"),
 
110
  ],
111
  [
112
  os.path.join(os.path.dirname(__file__), "examples/3.webp"),
113
+ "A modern minimalist living room with a sleek sectional sofa, contemporary glass coffee table, floating media console, and geometric pattern area rug."
114
+ ],
115
+ [
116
+ os.path.join(os.path.dirname(__file__), "examples/download (36).jpg"),
117
+ "A living room featuring a comfortable sofa with neutral cushions, a classic wooden coffee table, a functional TV stand with storage, and a cozy area rug that ties the space together."
118
+ ],
119
+ [
120
+ os.path.join(os.path.dirname(__file__), "examples/popular-flooring.jpeg"),
121
+ "A living room with a sleek sectional sofa, a minimalist glass coffee table, a contemporary media console, and a geometric rug adding a touch of modern flair."
122
+ ],
123
+ [
124
+ os.path.join(os.path.dirname(__file__), "examples/free-photo-of-newly-renovated-empty-bedroom.jpeg"),
125
  "A bedroom featuring a gray upholstered bed with soft bedding, a gold and glass nightstand with a textured lamp, a simple console table with fresh greenery, and a cozy patterned rug underfoot."
126
  ]
127
  ],