Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
11687df
1
Parent(s):
267d3fa
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def flip_text(prompt, negative_prompt, steps, cfg_scale, width, height, seed):
|
|
106 |
with gr.Blocks() as demo:
|
107 |
with gr.Row():
|
108 |
with gr.Column(scale=1):
|
109 |
-
gr.HTML(value="""
|
110 |
with gr.Row():
|
111 |
with gr.Column(scale=6, min_width=600):
|
112 |
prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1)
|
|
|
106 |
with gr.Blocks() as demo:
|
107 |
with gr.Row():
|
108 |
with gr.Column(scale=1):
|
109 |
+
gr.HTML(value="""<h1><center>Fast SDXL on <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0" target="_blank">stabilityai/stable-diffusion-xl-base-1.0</a>""")
|
110 |
with gr.Row():
|
111 |
with gr.Column(scale=6, min_width=600):
|
112 |
prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1)
|