hannayukhymenko commited on
Commit
dac375b
·
verified ·
1 Parent(s): 06033e7

fix caching

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -171,6 +171,7 @@ with gr.Blocks() as demo:
171
  [Papers With Code](https://paperswithcode.com/paper/a-synthetic-dataset-for-personal-attribute)<br/>
172
  </p></span>
173
  """)
 
174
  def hello_world():
175
  gr.Info("Hi! This space was created by authors of the dataset SynthPAI. Click the button 'Submit' to start.")
176
  return "hello world"
 
171
  [Papers With Code](https://paperswithcode.com/paper/a-synthetic-dataset-for-personal-attribute)<br/>
172
  </p></span>
173
  """)
174
+ demo.unload(lambda: print("hello"))
175
  def hello_world():
176
  gr.Info("Hi! This space was created by authors of the dataset SynthPAI. Click the button 'Submit' to start.")
177
  return "hello world"