fix caching
Browse files
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"
|