Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -359,16 +359,13 @@ def main():
|
|
359 |
|
360 |
title = "# StableDesign"
|
361 |
description = """
|
362 |
-
|
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 |
-
|
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 |
|