Spaces:
Running
on
Zero
Running
on
Zero
klodiduraku
commited on
Commit
•
97dab9e
1
Parent(s):
6e5e1d5
Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,6 @@ 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 Large (8B)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)")
|
67 |
-
gr.Markdown("[Learn more](https://stability.ai/news/introducing-stable-diffusion-3-5) about the Stable Diffusion 3.5 series. Try on [Stability AI API](https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post), or [download model](https://huggingface.co/stabilityai/stable-diffusion-3.5-large) to run locally with ComfyUI or diffusers.")
|
68 |
with gr.Row():
|
69 |
prompt = gr.Text(
|
70 |
label="Prompt",
|
|
|
63 |
|
64 |
with gr.Blocks(css=css) as demo:
|
65 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
66 |
with gr.Row():
|
67 |
prompt = gr.Text(
|
68 |
label="Prompt",
|