Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ DESCRIPTIONx = """
|
|
25 |
|
26 |
## WALLPAPER XL 🌅
|
27 |
|
28 |
-
🐻Usage: Works better for Illustration, Hyper-Realistic Inputs, Others may contain artifacts and perform poorly in some cases.
|
29 |
"""
|
30 |
|
31 |
|
@@ -294,7 +293,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
294 |
# Adding a disclaimer
|
295 |
gr.Markdown("**Disclaimer/Note:**")
|
296 |
gr.Markdown("🌅This is the demo space for generating wallpapers using detailed prompts. This space works best for desktop-sized images (1920x1080). Reasonable quality images can be generated for mobile sizes (1080x1920), and custom images (1024x1024) can also be generated with better quality. Mobile settings may become disfigured. Try the sample prompts for generating higher quality images.<a href='https://huggingface.co/spaces/prithivMLmods/INSTANT-WALLPAPER/blob/main/sample_prompts.txt' target='_blank'>Try prompts</a>.")
|
297 |
-
|
298 |
gr.Markdown("⚠️users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
299 |
|
300 |
# Launching the Gradio interface
|
|
|
25 |
|
26 |
## WALLPAPER XL 🌅
|
27 |
|
|
|
28 |
"""
|
29 |
|
30 |
|
|
|
293 |
# Adding a disclaimer
|
294 |
gr.Markdown("**Disclaimer/Note:**")
|
295 |
gr.Markdown("🌅This is the demo space for generating wallpapers using detailed prompts. This space works best for desktop-sized images (1920x1080). Reasonable quality images can be generated for mobile sizes (1080x1920), and custom images (1024x1024) can also be generated with better quality. Mobile settings may become disfigured. Try the sample prompts for generating higher quality images.<a href='https://huggingface.co/spaces/prithivMLmods/INSTANT-WALLPAPER/blob/main/sample_prompts.txt' target='_blank'>Try prompts</a>.")
|
296 |
+
gr.Markdown("🌅Usage: Works better for Illustration, Hyper-Realistic Inputs, Others may contain artifacts and perform poorly in some cases.")
|
297 |
gr.Markdown("⚠️users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
298 |
|
299 |
# Launching the Gradio interface
|