Spaces:
Running
on
Zero
Running
on
Zero
domenicCarter
commited on
Commit
•
80b40f1
1
Parent(s):
e9768dc
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ css = """
|
|
63 |
|
64 |
with gr.Blocks(css=css) as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
66 |
-
gr.Markdown("[Stable Diffusion 3.5](https://sdimage.net")
|
67 |
with gr.Row():
|
68 |
prompt = gr.Text(
|
69 |
label="Prompt",
|
|
|
63 |
|
64 |
with gr.Blocks(css=css) as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
66 |
+
gr.Markdown("Our [Stable Diffusion 3.5](https://sdimage.net) website, generate stable diffusion iamge and share them.")
|
67 |
with gr.Row():
|
68 |
prompt = gr.Text(
|
69 |
label="Prompt",
|