clementchadebec commited on
Commit
9899a49
1 Parent(s): 52c9f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -99,6 +99,9 @@ with gr.Blocks(css=css) as demo:
99
  Currently running on {power_device}.
100
  """
101
  )
 
 
 
102
  gr.Markdown(
103
  "💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
104
  )
 
99
  Currently running on {power_device}.
100
  """
101
  )
102
+ gr.Markdown(
103
+ "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>."
104
+ )
105
  gr.Markdown(
106
  "💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
107
  )