Spaces:
Running
on
Zero
Running
on
Zero
silveroxides
commited on
Commit
•
5188b2b
1
Parent(s):
371ea68
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ css = """
|
|
68 |
with gr.Blocks(css=css) as demo:
|
69 |
with gr.Column(elem_id="col-container"):
|
70 |
gr.Markdown(" # [Stable Diffusion 3.5 Large Turbo (8B)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo)")
|
71 |
-
gr.Markdown("
|
72 |
with gr.Row():
|
73 |
prompt = gr.Textbox(
|
74 |
label="Prompt",
|
|
|
68 |
with gr.Blocks(css=css) as demo:
|
69 |
with gr.Column(elem_id="col-container"):
|
70 |
gr.Markdown(" # [Stable Diffusion 3.5 Large Turbo (8B)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo)")
|
71 |
+
gr.Markdown("Space for testing alternative text encoders with SD 3.5 L Turbo")
|
72 |
with gr.Row():
|
73 |
prompt = gr.Textbox(
|
74 |
label="Prompt",
|