Spaces:
Sleeping
Sleeping
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -276,9 +276,20 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
276 |
</div>
|
277 |
""")
|
278 |
|
279 |
-
gr.Markdown(
|
280 |
-
|
281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
|
283 |
if __name__ == "__main__":
|
284 |
demo.queue(max_size=20).launch(show_api=False)
|
|
|
276 |
</div>
|
277 |
""")
|
278 |
|
279 |
+
gr.Markdown(
|
280 |
+
"""
|
281 |
+
<div style="text-align: justify;">
|
282 |
+
⚡This is the demo space for generating images using Stable Diffusion XL with quality styles, different models, and types. Try the sample prompts to generate higher quality images. Try the sample prompts for generating higher quality images.
|
283 |
+
<a href='https://huggingface.co/spaces/prithivMLmods/Top-Prompt-Collection' target='_blank'>Try prompts</a>.
|
284 |
+
</div>
|
285 |
+
""")
|
286 |
+
|
287 |
+
gr.Markdown(
|
288 |
+
"""
|
289 |
+
<div style="text-align: justify;">
|
290 |
+
⚠️ Users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.
|
291 |
+
</div>
|
292 |
+
""")
|
293 |
|
294 |
if __name__ == "__main__":
|
295 |
demo.queue(max_size=20).launch(show_api=False)
|