Spaces:
Runtime error
Runtime error
Mark Liu
commited on
Commit
·
ccd80a7
1
Parent(s):
7709d16
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,12 +55,12 @@ with gr.Blocks(css=css) as demo:
|
|
| 55 |
"
|
| 56 |
>
|
| 57 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
| 58 |
-
Magic Diffusion 🪄
|
| 59 |
</h1>
|
| 60 |
</div>
|
| 61 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 62 |
-
|
| 63 |
-
|
| 64 |
</p>
|
| 65 |
</div>""")
|
| 66 |
|
|
@@ -101,4 +101,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 101 |
|
| 102 |
|
| 103 |
|
| 104 |
-
demo.launch(debug=
|
|
|
|
| 55 |
"
|
| 56 |
>
|
| 57 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
| 58 |
+
Magic Diffusion - Stable Diffusion Prompt Generator 🪄
|
| 59 |
</h1>
|
| 60 |
</div>
|
| 61 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 62 |
+
Generate and improve your prompt magically! <br/>
|
| 63 |
+
Simply enter a few concepts and let it improve your prompt. You can then diffuse the prompt.
|
| 64 |
</p>
|
| 65 |
</div>""")
|
| 66 |
|
|
|
|
| 101 |
|
| 102 |
|
| 103 |
|
| 104 |
+
demo.launch(debug=False,show_api=False)
|