update type hint
This commit is contained in:
parent
98d7ef5751
commit
960447f92e
@ -40,7 +40,7 @@ class RuntimeConfig:
|
|||||||
return self.model_config.num_train_steps
|
return self.model_config.num_train_steps
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def init_image_path(self) -> int:
|
def init_image_path(self) -> str:
|
||||||
return self.config.init_image_path
|
return self.config.init_image_path
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user