Spaces:
Runtime error
Runtime error
Commit ·
13f65e1
1
Parent(s): 962abe2
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,6 +82,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 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>
|
| 86 |
"""
|
| 87 |
)
|
|
|
|
| 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 |
+
<a style="display:inline-block" href="https://huggingface.co/spaces/ZeroCool94/sygil-diffusion?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 86 |
+
|
| 87 |
</div>
|
| 88 |
"""
|
| 89 |
)
|