m7n commited on
Commit
e47afbf
·
1 Parent(s): 0795b05

allow static

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -673,4 +673,4 @@ with gr.Blocks(theme=theme, css="""
673
 
674
 
675
  if __name__ == "__main__":
676
- demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
673
 
674
 
675
  if __name__ == "__main__":
676
+ demo.launch(server_name="0.0.0.0", server_port=7860, share=True,allowed_paths=["/static"])