radames commited on
Commit
d82c838
1 Parent(s): 5dbc1d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ with gr.Blocks() as app:
33
  btn.click(get_storage, inputs=None, outputs=[files, storage], postprocess=False)
34
 
35
  # Files that you explicitly allow on allowed_paths
36
- app.launch(allowed_paths=[DATA_PATH.resolve()])
 
33
  btn.click(get_storage, inputs=None, outputs=[files, storage], postprocess=False)
34
 
35
  # Files that you explicitly allow on allowed_paths
36
+ app.launch(allowed_paths=["/data"])