tetrisd commited on
Commit
7bbf7bf
Β·
1 Parent(s): 5b10002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -129,6 +129,8 @@ def set_prompt(prompt):
129
  with gr.Blocks() as demo:
130
  md = '''# DAAM: Attention Maps for Interpreting Stable Diffusion
131
  Check out the paper: [What the DAAM: Interpreting Stable Diffusion Using Cross Attention](http://arxiv.org/abs/2210.04885).
 
 
132
  '''
133
  gr.Markdown(md)
134
 
 
129
  with gr.Blocks() as demo:
130
  md = '''# DAAM: Attention Maps for Interpreting Stable Diffusion
131
  Check out the paper: [What the DAAM: Interpreting Stable Diffusion Using Cross Attention](http://arxiv.org/abs/2210.04885).
132
+
133
+ **Note**: due to a lack of personal funds, this space will stop working on November 13, 2022. I will spin it up again in December when there are updates. Stay tuned!
134
  '''
135
  gr.Markdown(md)
136