Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 55 |
"
|
| 56 |
>
|
| 57 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
| 58 |
-
Stable Diffusion
|
| 59 |
</h1>
|
| 60 |
</div>
|
| 61 |
<p style="margin-bottom: 10px; font-size: 94%">
|
|
@@ -102,4 +102,4 @@ with gr.Blocks(css=css) as demo:
|
|
| 102 |
|
| 103 |
|
| 104 |
|
| 105 |
-
demo.launch()
|
|
|
|
| 55 |
"
|
| 56 |
>
|
| 57 |
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
|
| 58 |
+
Stable Diffusion Magic Prompt ππ
|
| 59 |
</h1>
|
| 60 |
</div>
|
| 61 |
<p style="margin-bottom: 10px; font-size: 94%">
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
|
| 105 |
+
demo.launch(debug=True)
|