Readme updated
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
+
title: Easter Egg Lora
|
3 |
+
emoji: 🥙
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -76,9 +76,8 @@ try:
|
|
76 |
<ul>
|
77 |
<li>Integrating an easter egg to look for.</li>
|
78 |
<li>Adding "messyness" to the background, to make eggs a little harder to spot.</li>
|
79 |
-
<li>Don't forget the trigger words in your prompt: 1easteregg, messy</li>
|
80 |
</ul></br>
|
81 |
-
You can find and download the LoRa <a href='https://civitai.com/models/370927/realmessyeaster'>on civitai.</a></p>"""
|
82 |
|
83 |
PLACEHOLDER = """Describe a scene containing words 'messy' and '1easteregg'"""
|
84 |
|
|
|
76 |
<ul>
|
77 |
<li>Integrating an easter egg to look for.</li>
|
78 |
<li>Adding "messyness" to the background, to make eggs a little harder to spot.</li>
|
|
|
79 |
</ul></br>
|
80 |
+
Don't forget the trigger words in your prompt: '1easteregg', 'messy'. You can find and download the LoRa <a href='https://civitai.com/models/370927/realmessyeaster'>on civitai.</a></p>"""
|
81 |
|
82 |
PLACEHOLDER = """Describe a scene containing words 'messy' and '1easteregg'"""
|
83 |
|