Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,12 +35,12 @@ example = """
|
|
35 |
co_create_magicprompt = """
|
36 |
### Co-create with ChatPrompt and MagicPrompt.
|
37 |
Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
|
38 |
-
![The concept of co-creative ChatPrompt and MagicPrompt](co-create-magic.png)
|
39 |
"""
|
40 |
|
41 |
|
42 |
with gr.Blocks() as demo:
|
43 |
gr.Markdown(title)
|
|
|
44 |
gr.Markdown(description)
|
45 |
gr.Markdown(example)
|
46 |
gr.Markdown(co_create_magicprompt)
|
|
|
35 |
co_create_magicprompt = """
|
36 |
### Co-create with ChatPrompt and MagicPrompt.
|
37 |
Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
|
|
|
38 |
"""
|
39 |
|
40 |
|
41 |
with gr.Blocks() as demo:
|
42 |
gr.Markdown(title)
|
43 |
+
gr.Markdown("""![The concept of co-creative ChatPrompt and MagicPrompt](co-create-magic.png)""")
|
44 |
gr.Markdown(description)
|
45 |
gr.Markdown(example)
|
46 |
gr.Markdown(co_create_magicprompt)
|