Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def generate(prompt, styles, gen_steps, loss_scale):
|
|
43 |
|
44 |
|
45 |
with gr.Blocks() as app:
|
46 |
-
gr.Markdown("##
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|
49 |
prompt_box = gr.Textbox(label="Prompt", interactive=True)
|
|
|
43 |
|
44 |
|
45 |
with gr.Blocks() as app:
|
46 |
+
gr.Markdown("## Stable Diffusion: Generative Art with Guidance")
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|
49 |
prompt_box = gr.Textbox(label="Prompt", interactive=True)
|