Update app.py
Browse files
app.py
CHANGED
@@ -245,6 +245,8 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
245 |
<li>Tap "Generate Image" and wait for your creation!</li>
|
246 |
</ol>
|
247 |
<p style="margin-top: 1rem; font-style: italic;">Tip: Be specific in your description for best results!</p>
|
|
|
|
|
248 |
</div>
|
249 |
"""
|
250 |
)
|
|
|
245 |
<li>Tap "Generate Image" and wait for your creation!</li>
|
246 |
</ol>
|
247 |
<p style="margin-top: 1rem; font-style: italic;">Tip: Be specific in your description for best results!</p>
|
248 |
+
<p style="margin-top: 1rem; font-style: italic;">*Note: Some LoRA models will not work every time (not sure why), refresh the page and try again</p>
|
249 |
+
<p style="margin-top: 1rem; font-style: italic;">**I'm still playing around to try to sort the issue, feel free to let me know if you find a fix**</p>
|
250 |
</div>
|
251 |
"""
|
252 |
)
|