Spaces:
Runtime error
Runtime error
Commit
·
88fb256
1
Parent(s):
2d44be5
Update app.py
Browse files
app.py
CHANGED
@@ -175,8 +175,10 @@ css = """
|
|
175 |
|
176 |
with gr.Blocks(theme = theme, css = css) as demo:
|
177 |
gr.Markdown("# Stable Diffusion XL")
|
178 |
-
|
|
|
179 |
api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
|
|
|
180 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
181 |
with gr.Column():
|
182 |
text = gr.Textbox(
|
|
|
175 |
|
176 |
with gr.Blocks(theme = theme, css = css) as demo:
|
177 |
gr.Markdown("# Stable Diffusion XL")
|
178 |
+
gr.Markdown("<p>This is an unoffical demo for Stable Diffusion XL, which is the latest stable diffusion model released by Stability AI. The main features include Next-level photorealism capabilities,Image composition and face generation, Use of shorter prompts to create descriptive imagery,Greater capability to produce legible text,Rich visuals and jaw-dropping aesthetics</p>")
|
179 |
+
gr.Markdown(""" Please refer to [the official website](https://stability.ai/stable-diffusion) for further information""")
|
180 |
api_key_input = gr.Textbox(type = "password", label = "Enter your StabilityAI API key here")
|
181 |
+
|
182 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
183 |
with gr.Column():
|
184 |
text = gr.Textbox(
|