Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,9 @@ example = """
|
|
| 36 |
|
| 37 |
co_create_magicprompt = """
|
| 38 |
### Co-create with ChatPrompt and MagicPrompt.
|
| 39 |
-
Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts.
|
|
|
|
|
|
|
| 40 |
### Compare with [I Spy a Metaphor: Large Language Models and Diffusion Models Co-Create Visual Metaphors](https://openreview.net/forum?id=_2SBqIkiDW).
|
| 41 |
We aim to utilize ChatGPT in zero-shot setting.
|
| 42 |
We recently became aware of this concurrent work and find it interesting (Feb 5 2023).
|
|
@@ -48,6 +50,7 @@ with gr.Blocks() as demo:
|
|
| 48 |
gr.Markdown(description)
|
| 49 |
gr.Markdown(co_create_magicprompt)
|
| 50 |
gr.Markdown(concept_image)
|
|
|
|
| 51 |
gr.Markdown(example)
|
| 52 |
|
| 53 |
with gr.Row():
|
|
|
|
| 36 |
|
| 37 |
co_create_magicprompt = """
|
| 38 |
### Co-create with ChatPrompt and MagicPrompt.
|
| 39 |
+
Compare with [Magicprompt](https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion), we augment detail content prompts instead of visual prompts."""
|
| 40 |
+
|
| 41 |
+
i_spy_a_metaphor = """
|
| 42 |
### Compare with [I Spy a Metaphor: Large Language Models and Diffusion Models Co-Create Visual Metaphors](https://openreview.net/forum?id=_2SBqIkiDW).
|
| 43 |
We aim to utilize ChatGPT in zero-shot setting.
|
| 44 |
We recently became aware of this concurrent work and find it interesting (Feb 5 2023).
|
|
|
|
| 50 |
gr.Markdown(description)
|
| 51 |
gr.Markdown(co_create_magicprompt)
|
| 52 |
gr.Markdown(concept_image)
|
| 53 |
+
gr.Markdown(i_spy_a_metaphor)
|
| 54 |
gr.Markdown(example)
|
| 55 |
|
| 56 |
with gr.Row():
|