Xhaheen commited on
Commit
c9392f8
·
1 Parent(s): 7c54990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ gr.Interface(img2img, [gr.Image(source="upload", type="filepath", label="Input
122
  gr.Image(),
123
  examples =[['1.png','interior design of living room','False','interior design',0.6,7,50],
124
  ['2.png','interior design of hall ','False','interior design',0.7,7,50],
125
- ['3.png','interior design of bedroom','False','interior design',0.6,7,50]],title = "" +'Baith-al-suroor بَیتُ الْسرور 🏡💡🤖, Transform your space with the power of artificial intelligence. '+ "",
126
- 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)
127
 
128
 
129
 
 
122
  gr.Image(),
123
  examples =[['1.png','interior design of living room','False','interior design',0.6,7,50],
124
  ['2.png','interior design of hall ','False','interior design',0.7,7,50],
125
+ ['3.png','interior design of bedroom','False','interior design',0.6,7,50]],title = "" +'**Baith-al-suroor بَیتُ الْسرور 🏡🤖**, Transform your space with the power of artificial intelligence. '+ "",
126
+ 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)
127
 
128
 
129