Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
|
|
131 |
Check out the paper: [What the DAAM: Interpreting Stable Diffusion Using Cross Attention](http://arxiv.org/abs/2210.04885).
|
132 |
See our (much cleaner) [DAAM codebase](https://github.com/castorini/daam) on GitHub.
|
133 |
|
134 |
-
**
|
135 |
'''
|
136 |
gr.Markdown(md)
|
137 |
|
@@ -166,5 +166,5 @@ with gr.Blocks() as demo:
|
|
166 |
dropdown.update()
|
167 |
|
168 |
|
169 |
-
demo.launch()
|
170 |
|
|
|
131 |
Check out the paper: [What the DAAM: Interpreting Stable Diffusion Using Cross Attention](http://arxiv.org/abs/2210.04885).
|
132 |
See our (much cleaner) [DAAM codebase](https://github.com/castorini/daam) on GitHub.
|
133 |
|
134 |
+
**Update**: We got a community grant! I'll continue running and updating the space, with a major release planned in December.
|
135 |
'''
|
136 |
gr.Markdown(md)
|
137 |
|
|
|
166 |
dropdown.update()
|
167 |
|
168 |
|
169 |
+
demo.launch()
|
170 |
|