freddyaboulton HF Staff commited on
Commit
095f767
·
verified ·
1 Parent(s): bc24d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,4 +247,4 @@ with gr.Blocks(theme=theme, css=css) as demo:
247
 
248
  model, model_config = load_model()
249
 
250
- demo.launch()
 
247
 
248
  model, model_config = load_model()
249
 
250
+ demo.launch(allowed_paths=["/data"])