jiuface commited on
Commit
b46a036
1 Parent(s): 41a92c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -359,16 +359,13 @@ def main():
359
 
360
  title = "# StableDesign"
361
  description = """
362
- <p style='font-size: 14px; margin-bottom: 10px;'><a href='https://www.linkedin.com/in/mykola-lavreniuk/'>Mykola Lavreniuk</a>, <a href='https://www.linkedin.com/in/bartosz-ludwiczuk-a677a760/'>Bartosz Ludwiczuk</a></p>
363
- <p style='font-size: 16px; margin-bottom: 0px; margin-top=0px;'>Official demo for <strong>StableDesign:</strong> 2nd place solution for the Generative Interior Design 2024 <a href='https://www.aicrowd.com/challenges/generative-interior-design-challenge-2024/leaderboards?challenge_round_id=1314'>competition</a>. StableDesign is a deep learning model designed to harness the power of AI, providing innovative and creative tools for designers. Using our algorithms, images of empty rooms can be transformed into fully furnished spaces based on text descriptions. Please refer to our <a href='https://github.com/Lavreniuk/generative-interior-design'>GitHub</a> for more details.</p>
364
  """
365
  with gr.Blocks() as demo:
366
  gr.Markdown(title)
367
- gr.Markdown(description)
368
-
369
  create_demo(model)
370
- gr.HTML('''<br><br><br><center>You can duplicate this Space to skip the queue:<a href="https://huggingface.co/spaces/MykolaL/StableDesign?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a><br>
371
- <p><img src="https://visitor-badge.glitch.me/badge?page_id=MykolaL/StableDesign" alt="visitors"></p></center>''')
372
 
373
  demo.queue().launch(share=False)
374
 
 
359
 
360
  title = "# StableDesign"
361
  description = """
362
+ Download RoomAI on the App Store to experience the full functionality
 
363
  """
364
  with gr.Blocks() as demo:
365
  gr.Markdown(title)
366
+ gr.Markdown(description)
 
367
  create_demo(model)
368
+
 
369
 
370
  demo.queue().launch(share=False)
371