Spaces:
Runtime error
Runtime error
add allow
Browse files
app.py
CHANGED
|
@@ -109,4 +109,4 @@ with demo_blocks as demo:
|
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
|
| 112 |
-
demo_blocks.queue(max_size=25).launch(share=False,debug=True)
|
|
|
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
|
| 112 |
+
demo_blocks.queue(max_size=25).launch(share=False,debug=True,allowed_paths=["/home/user/app/images"])
|