om-app commited on
Commit
981c6b2
·
1 Parent(s): ac894b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,10 +58,10 @@ with gr.Blocks(css=css) as demo:
58
  Text to image Magic Diffusion 🪄
59
  </h1>
60
  </div>
61
- <p style="margin-bottom: 10px; font-size: 94%">
62
  This Space prettifies your prompt using <a href="https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion" target="_blank">MagicPrompt</a>
63
  and then runs it through Stable Diffusion to create aesthetically pleasing images. Simply enter a few concepts and let it improve your prompt. You can then diffuse the prompt.
64
- </p>
65
  </div>""")
66
 
67
  with gr.Row():
 
58
  Text to image Magic Diffusion 🪄
59
  </h1>
60
  </div>
61
+ /// <p style="margin-bottom: 10px; font-size: 94%">
62
  This Space prettifies your prompt using <a href="https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion" target="_blank">MagicPrompt</a>
63
  and then runs it through Stable Diffusion to create aesthetically pleasing images. Simply enter a few concepts and let it improve your prompt. You can then diffuse the prompt.
64
+ </p>///
65
  </div>""")
66
 
67
  with gr.Row():