WIP
This commit is contained in:
@@ -120,7 +120,7 @@ def main() -> None:
|
||||
logger.info("=" * 60)
|
||||
|
||||
# Create config
|
||||
from inference.web.config import AppConfig, ModelConfig, ServerConfig, StorageConfig
|
||||
from inference.web.config import AppConfig, ModelConfig, ServerConfig, FileConfig
|
||||
|
||||
config = AppConfig(
|
||||
model=ModelConfig(
|
||||
@@ -136,7 +136,7 @@ def main() -> None:
|
||||
reload=args.reload,
|
||||
workers=args.workers,
|
||||
),
|
||||
storage=StorageConfig(),
|
||||
file=FileConfig(),
|
||||
)
|
||||
|
||||
# Create and run app
|
||||
|
||||
Reference in New Issue
Block a user