update type hint

This commit is contained in:
Anthony Wu 2024-10-26 20:24:28 -07:00
parent 98d7ef5751
commit 960447f92e

View File

@ -40,7 +40,7 @@ class RuntimeConfig:
return self.model_config.num_train_steps
@property
def init_image_path(self) -> int:
def init_image_path(self) -> str:
return self.config.init_image_path
@property