Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,8 +192,8 @@ body.gradio-running #custom-loader { display: flex; }
|
|
| 192 |
|
| 193 |
with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("making-playpen-sans"), "Arial", "sans-serif"])) as demo:
|
| 194 |
with gr.Column(elem_id="col-container"):
|
| 195 |
-
gr.HTML('<section class="nobackground"><h2>SDXL – Re:cocoamixXL3 (coamixXL3) Demo</h2></section>')
|
| 196 |
-
gr.HTML('<section class="nobackground"><a href="https://civitai.com/models/1553716?modelVersionId=1855218" target="_blank">Link: Civitai</a><
|
| 197 |
|
| 198 |
with gr.Row():
|
| 199 |
prompt = gr.Textbox(lines=1, placeholder="Prompt…", value="1girl, cocoart, masterpiece, anime,", label="Prompt")
|
|
@@ -246,7 +246,7 @@ window.addEventListener('load', () => {
|
|
| 246 |
<span style="animation-delay:0.8s">e</span>
|
| 247 |
<span style="animation-delay:0.9s">s</span>
|
| 248 |
<span style="animation-delay:1.0s">s</span>
|
| 249 |
-
<
|
| 250 |
</div>
|
| 251 |
</div>
|
| 252 |
`;
|
|
|
|
| 192 |
|
| 193 |
with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("making-playpen-sans"), "Arial", "sans-serif"])) as demo:
|
| 194 |
with gr.Column(elem_id="col-container"):
|
| 195 |
+
gr.HTML('<section class="nobackground"><h2>SDXL – Re:cocoamixXL3 (coamixXL3) Demo</h2><br>Disclaimer: Please use this model at your own risk. I am not responsible in any way for any problems with the generated images.</section>')
|
| 196 |
+
gr.HTML('<section class="nobackground"><a href="https://civitai.com/models/1553716?modelVersionId=1855218" target="_blank">Link: Civitai</a></section>')
|
| 197 |
|
| 198 |
with gr.Row():
|
| 199 |
prompt = gr.Textbox(lines=1, placeholder="Prompt…", value="1girl, cocoart, masterpiece, anime,", label="Prompt")
|
|
|
|
| 246 |
<span style="animation-delay:0.8s">e</span>
|
| 247 |
<span style="animation-delay:0.9s">s</span>
|
| 248 |
<span style="animation-delay:1.0s">s</span>
|
| 249 |
+
<img src="https://huggingface.co/spaces/cocoat/Re.cocoamixXL3/resolve/main/icon.png" />
|
| 250 |
</div>
|
| 251 |
</div>
|
| 252 |
`;
|