prithivMLmods commited on
Commit
351fad0
1 Parent(s): 49784f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -527,6 +527,10 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
527
 
528
  #gr.Markdown("⚠️ responsible for ensuring it meets appropriate ethical standards")
529
  gr.Markdown(DESCRIPTIONy)
 
 
 
 
530
  gr.Markdown("**Note:**")
531
  gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
532
 
 
527
 
528
  #gr.Markdown("⚠️ responsible for ensuring it meets appropriate ethical standards")
529
  gr.Markdown(DESCRIPTIONy)
530
+
531
+ # Adding a disclaimer
532
+ gr.Markdown("**Disclaimer:**")
533
+ gr.Markdown("This is the demo space for generating images using Stable Diffusion with grids, filters, templates, quality styles, and types. Try the sample prompts to generate higher quality images. Try the sample prompts for generating higher quality images.<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.")
534
  gr.Markdown("**Note:**")
535
  gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
536