Spaces:
Runtime error
Runtime error
Commit
·
40f6ae1
1
Parent(s):
431e656
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,10 +76,10 @@ with gr.Blocks(css=css) as demo:
|
|
| 76 |
f"""
|
| 77 |
<div class="main-div">
|
| 78 |
<div>
|
| 79 |
-
<h1>
|
| 80 |
</div>
|
| 81 |
<p>
|
| 82 |
-
Demo for the <a href="https://huggingface.co/Sygil/Sygil-Diffusion">Sygil Diffusion
|
| 83 |
{"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
|
| 84 |
</p>
|
| 85 |
</div>
|
|
|
|
| 76 |
f"""
|
| 77 |
<div class="main-div">
|
| 78 |
<div>
|
| 79 |
+
<h1>Sygil Diffusion</h1>
|
| 80 |
</div>
|
| 81 |
<p>
|
| 82 |
+
Demo for the <a href="https://huggingface.co/Sygil/Sygil-Diffusion">Sygil Diffusion</a> model.<br>
|
| 83 |
{"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
|
| 84 |
</p>
|
| 85 |
</div>
|