anonderpling commited on
Commit
5721afe
1 Parent(s): d8e0b64

add comment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,6 +95,6 @@ interface = gr.Interface(
95
  description="Download a file to your Hugging Face repository! You need to specify a write token obtained in https://hf.co/settings/tokens. This Space is a an experimental demo.",
96
  article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
97
  allow_flagging="never",
98
- live=False,
99
  )
100
  interface.launch(enable_queue=True)
 
95
  description="Download a file to your Hugging Face repository! You need to specify a write token obtained in https://hf.co/settings/tokens. This Space is a an experimental demo.",
96
  article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
97
  allow_flagging="never",
98
+ live=False, # since i keep wondering, this prevents it from running again automatically when an input changes
99
  )
100
  interface.launch(enable_queue=True)