Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,9 +99,10 @@ with gr.Blocks(
|
|
99 |
)
|
100 |
|
101 |
with gr.Accordion("About this UI", 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://github.com/pollinations/pollinations)
|
|
|
105 |
""")
|
106 |
|
107 |
btn.click(
|
|
|
99 |
)
|
100 |
|
101 |
with gr.Accordion("About this UI", open=False):
|
102 |
+
gr.Markdown(f"""
|
103 |
* Created by [π cherry-ghosts community](https://hf.co/cherry-ghosts)
|
104 |
* Powered by [π Pollinations](https://pollinations.ai) | [GitHub](https://github.com/pollinations/pollinations)
|
105 |
+
* Running on [Gradio](https://www.gradio.app) v{gr.__version__}
|
106 |
""")
|
107 |
|
108 |
btn.click(
|