Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,5 +117,8 @@ gr.Interface(img2img, [gr.Image(source="upload", type="filepath", label="Input
|
|
117 |
gr.Slider(2, 15, value = 7, label = 'Guidence Scale'),
|
118 |
gr.Slider(10, 50, value = 50, step = 1, label = 'Number of Iterations')
|
119 |
],
|
120 |
-
gr.Image(),
|
|
|
|
|
|
|
121 |
description="Baith al suroor بَیتُ الْسرور (house of happiness in Arabic) 🏡💡🤖 is a simple app that uses the power of artificial intelligence to transform your space. With the Cohere language Command model, it can generate descriptions of your desired design, and the Stable Diffusion algorithm creates relevant images to bring your vision to life. Give Baith AI a try and see how it can elevate your interior design.--if you want to scale / reaserch / build mobile app on this space konnect me @[here](https://www.linkedin.com/in/sallu-mandya/)").launch( debug = True)
|
|
|
117 |
gr.Slider(2, 15, value = 7, label = 'Guidence Scale'),
|
118 |
gr.Slider(10, 50, value = 50, step = 1, label = 'Number of Iterations')
|
119 |
],
|
120 |
+
gr.Image(),
|
121 |
+
examples =[['1.png',False,'interior design of living room','False','interior design',0.6,7,50],
|
122 |
+
['2.png',False,'interior design of hall ','False','interior design',0.7,7,50],
|
123 |
+
['3.png',False,'interior design of bedroom','False','interior design',0.6,7,50]],title = "" +'Baith-al-suroor بَیتُ الْسرور 🏡💡🤖, Transform your space with the power of artificial intelligence. '+ "",
|
124 |
description="Baith al suroor بَیتُ الْسرور (house of happiness in Arabic) 🏡💡🤖 is a simple app that uses the power of artificial intelligence to transform your space. With the Cohere language Command model, it can generate descriptions of your desired design, and the Stable Diffusion algorithm creates relevant images to bring your vision to life. Give Baith AI a try and see how it can elevate your interior design.--if you want to scale / reaserch / build mobile app on this space konnect me @[here](https://www.linkedin.com/in/sallu-mandya/)").launch( debug = True)
|