rishi2025 commited on
Commit
4d7d000
·
verified ·
1 Parent(s): ef64e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -489,4 +489,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
489
  )
490
 
491
  if __name__ == "__main__":
492
- demo.queue().launch( allowed_paths ='/' )
 
489
  )
490
 
491
  if __name__ == "__main__":
492
+ demo.queue().launch( allowed_paths=["/","/tmp","/tmp/gradio"] )