MetricMogul commited on
Commit
1a3121f
·
verified ·
1 Parent(s): f0388e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,4 +252,4 @@ with gr.Blocks(css=CSS, title="Depthpaint Studio") as demo:
252
  )
253
 
254
  if __name__ == "__main__":
255
- demo.launch()
 
252
  )
253
 
254
  if __name__ == "__main__":
255
+ demo.launch(allowed_paths=[str(DATA_DIR)])