Spaces:
Running
Running
smileycutie0
commited on
Add about
Browse files
app.py
CHANGED
|
@@ -98,6 +98,12 @@ with gr.Blocks(
|
|
| 98 |
interactive=False
|
| 99 |
)
|
| 100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
btn.click(
|
| 102 |
generate,
|
| 103 |
inputs=[prompt, seed, randomize_seed, width, height],
|
|
|
|
| 98 |
interactive=False
|
| 99 |
)
|
| 100 |
|
| 101 |
+
with gr.Accordion("About", open=False):
|
| 102 |
+
gr.Markdown("""
|
| 103 |
+
* Created by [🍒 cherry-ghosts community](https://hf.co/cherry-ghosts)
|
| 104 |
+
* Powered by [🐝 Pollinations](https://pollinations.ai) | [GitHub](https://https://github.com/pollinations/pollinations)
|
| 105 |
+
""")
|
| 106 |
+
|
| 107 |
btn.click(
|
| 108 |
generate,
|
| 109 |
inputs=[prompt, seed, randomize_seed, width, height],
|