clementchadebec
commited on
Commit
•
131fa44
1
Parent(s):
abb761b
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=css) as demo:
|
|
110 |
"""
|
111 |
)
|
112 |
gr.Markdown(
|
113 |
-
"If you enjoy the space, please also promote *open-source* by giving a ⭐ to the <a href='https://github.com/gojasper/flash-diffusion' target='_blank'>Github Repo</a>."
|
114 |
)
|
115 |
gr.Markdown(
|
116 |
"💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
|
|
|
110 |
"""
|
111 |
)
|
112 |
gr.Markdown(
|
113 |
+
"If you enjoy the space, please also promote *open-source* by giving a ⭐ to the <a href='https://github.com/gojasper/flash-diffusion' target='_blank'>Github Repo</a>. [![GitHub Stars](https://img.shields.io/github/stars/gojasper/flash-diffusion?style=social)](https://github.com/gojasper/flash-diffusion)"
|
114 |
)
|
115 |
gr.Markdown(
|
116 |
"💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
|