Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1xx8 committed Sep 8, 2021
1 parent c398c8f commit 6f609cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/application_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ class ApplicationContainer(containers.DeclarativeContainer):
enhance_service = providers.Singleton(
EnhanceService,
deblur_model_path=config.deblur_model_path,
use_cpu=config.run_on_cpu
use_cpu=config.run_on_cpu,
use_deblur_model=config.use_deblur_model,
enhanced_output_only=config.enhanced_output_only,
)

0 comments on commit 6f609cd

Please sign in to comment.