Merge branch 'bugfix/allow-path-outputs-to-be-outside-of-fooocus-root'

This commit is contained in:
Manuel Schmid
2024-02-25 11:09:19 +01:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -800,5 +800,6 @@ shared.gradio_root.launch(
server_port=args_manager.args.port,
share=args_manager.args.share,
auth=check_auth if (args_manager.args.share or args_manager.args.listen) and auth_enabled else None,
allowed_paths=[modules.config.path_outputs],
blocked_paths=[constants.AUTH_FILENAME]
)