Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("")
|
45 |
gr.Markdown(description)
|
46 |
-
gr.Markdown(
|
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 = ""
|
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])
|