prithivMLmods commited on
Commit
73198b0
·
verified ·
1 Parent(s): 537d974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -23,7 +23,7 @@ import random
23
  # Description for the Gradio interface
24
  DESCRIPTIONx = """
25
 
26
- ## STABLE WALLPAPER 🌅
27
 
28
  🐻Usage: Works better for Illustration, Hyper-Realistic Inputs, Others may contain artifacts and perform poorly in some cases.
29
  """
@@ -292,12 +292,10 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
292
  gr.Markdown("### Generated Wallpapers")
293
  predefined_gallery = gr.Gallery(label="Generated Images", columns=3, show_label=False, value=load_predefined_images())
294
  # Adding a disclaimer
295
- gr.Markdown("**Disclaimer:**")
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
- # Adding a note about user responsibility
299
- gr.Markdown("**Note:**")
300
- gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
301
 
302
  # Launching the Gradio interface
303
  if __name__ == "__main__":
 
23
  # Description for the Gradio interface
24
  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
  """
 
292
  gr.Markdown("### Generated Wallpapers")
293
  predefined_gallery = gr.Gallery(label="Generated Images", columns=3, show_label=False, value=load_predefined_images())
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
301
  if __name__ == "__main__":