tetrisd commited on
Commit
e9e7dc5
β€’
1 Parent(s): 4d84414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- **Note**: due to a lack of personal funds, this space will stop working on November 13, 2022, unless I'm able to secure a community grant. I will spin it up again in December when there are updates. Stay tuned!
135
  '''
136
  gr.Markdown(md)
137
 
@@ -166,5 +166,5 @@ with gr.Blocks() as demo:
166
  dropdown.update()
167
 
168
 
169
- demo.launch()#server_name='0.0.0.0', server_port=8080)
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