Spaces:
Running
on
Zero
Running
on
Zero
allow static
Browse files
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"])
|