prithivMLmods commited on
Commit
f6dcaaf
1 Parent(s): f6f788e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -4
app.py CHANGED
@@ -614,10 +614,25 @@ with gr.Blocks(css=css, theme="YTheme/Minecraft") as demo:
614
 
615
  gr.Markdown(DESCRIPTIONy)
616
  gr.Markdown("**Disclaimer/Note:**")
617
- 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>.")
618
- gr.Markdown("🏞️This repository helps you run and work with Hugging Face spaces on your local CPU or using Colab Notebooks. If you find it helpful, give it a like or starring the repository.<a href='https://github.com/PRITHIVSAKTHIUR/How-to-run-huggingface-spaces-on-local-machine-demo' target='_blank'>Visit repo.</a>.")
619
- gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
620
  #gr.HTML(html_content)
621
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  if __name__ == "__main__":
623
  demo.queue(max_size=40).launch()
 
614
 
615
  gr.Markdown(DESCRIPTIONy)
616
  gr.Markdown("**Disclaimer/Note:**")
617
+ #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>.")
618
+ #gr.Markdown("🏞️This repository helps you run and work with Hugging Face spaces on your local CPU or using Colab Notebooks. If you find it helpful, give it a like or starring the repository.<a href='https://github.com/PRITHIVSAKTHIUR/How-to-run-huggingface-spaces-on-local-machine-demo' target='_blank'>Visit repo.</a>.")
619
+ #gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
620
  #gr.HTML(html_content)
621
+
622
+ gr.Markdown("""
623
+ <div style='text-align: justify;'>
624
+ 🏞️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>.
625
+ </div>""")
626
+
627
+ gr.Markdown("""
628
+ <div style='text-align: justify;'>
629
+ 🏞️This repository helps you run and work with Hugging Face spaces on your local CPU or using Colab Notebooks. If you find it helpful, give it a like or star the repository. <a href='https://github.com/PRITHIVSAKTHIUR/How-to-run-huggingface-spaces-on-local-machine-demo' target='_blank'>Visit repo.</a>.
630
+ </div>""")
631
+
632
+ gr.Markdown("""
633
+ <div style='text-align: justify;'>
634
+ ⚠️ Users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.
635
+ </div>""")
636
+
637
  if __name__ == "__main__":
638
  demo.queue(max_size=40).launch()