shogi880 commited on
Commit
11832ea
1 Parent(s): 7b272a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -38,13 +38,13 @@ co_create_magicprompt = """
38
  Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
39
  """
40
 
41
-
42
  with gr.Blocks() as demo:
43
  gr.Markdown(title)
44
- gr.Markdown("![The concept of co-creative ChatPrompt and MagicPrompt](https://huggingface.co/spaces/shogi880/ChatGPT-StableDiffusion-CharacterDesign/resolve/main/co-create-magic.png)")
45
  gr.Markdown(description)
46
- gr.Markdown(example)
47
  gr.Markdown(co_create_magicprompt)
 
48
 
49
  with gr.Row():
50
  inpprompt = gr.Dropdown(list(dictionary.keys()), value=list(dictionary.keys())[0])
 
38
  Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
39
  """
40
 
41
+ concept_image = "![The concept of co-creative ChatPrompt and MagicPrompt](https://huggingface.co/spaces/shogi880/ChatGPT-StableDiffusion-CharacterDesign/resolve/main/co-create-magic.png)"
42
  with gr.Blocks() as demo:
43
  gr.Markdown(title)
 
44
  gr.Markdown(description)
45
+ gr.Markdown(concept_image)
46
  gr.Markdown(co_create_magicprompt)
47
+ gr.Markdown(example)
48
 
49
  with gr.Row():
50
  inpprompt = gr.Dropdown(list(dictionary.keys()), value=list(dictionary.keys())[0])