Spaces:
Running
on
Zero
Running
on
Zero
kayfahaarukku
commited on
Commit
•
a06684e
1
Parent(s):
fdf5cec
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ def reset_inputs():
|
|
61 |
with gr.Blocks(title="UrangDiffusion 1.0 Demo", theme="NoCrypt/[email protected]") as demo:
|
62 |
gr.HTML(
|
63 |
"<h1>UrangDiffusion 1.0 Demo</h1>"
|
|
|
64 |
)
|
65 |
with gr.Row():
|
66 |
with gr.Column():
|
|
|
61 |
with gr.Blocks(title="UrangDiffusion 1.0 Demo", theme="NoCrypt/[email protected]") as demo:
|
62 |
gr.HTML(
|
63 |
"<h1>UrangDiffusion 1.0 Demo</h1>"
|
64 |
+
"This demo is intended to showcase what the model is capable of and is not intended to be the main generation platform. Results produced with Diffusers are not the best, and it's highly recommended for you to get the model running inside Stable Diffusion WebUI or ComfyUI."
|
65 |
)
|
66 |
with gr.Row():
|
67 |
with gr.Column():
|