mattiashallberg commited on
Commit
36240d8
1 Parent(s): cfba181

demo.launch(auth=environ_auth, blocked_paths=["/secret/research.jpg"])

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ def environ_auth(username, password):
37
 
38
  demo = gr.load("attuned-ai/TipGeneratorBot-Private", src="spaces", hf_token=HF_TOKEN)
39
  demo.queue(max_size=20)
40
- demo.launch(auth=environ_auth, blocked_paths=["/secret"])
 
37
 
38
  demo = gr.load("attuned-ai/TipGeneratorBot-Private", src="spaces", hf_token=HF_TOKEN)
39
  demo.queue(max_size=20)
40
+ demo.launch(auth=environ_auth, blocked_paths=["/secret/research.jpg"])