sasha HF staff commited on
Commit
de3eaa5
·
verified ·
1 Parent(s): 42a7f14

Update app.py

Browse files

adding allowed_paths

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  with gr.Blocks() as dummy_interface:
4
  gr.Markdown("Backend Space; nothing to see here.")
5
 
6
- dummy_interface.launch()
 
3
  with gr.Blocks() as dummy_interface:
4
  gr.Markdown("Backend Space; nothing to see here.")
5
 
6
+ dummy_interface.launch(allowed_paths=["/data"])