YiYiXu HF Staff commited on
Commit
2aca20b
·
verified ·
1 Parent(s): e185079

Update block.py

Browse files
Files changed (1) hide show
  1. block.py +1 -1
block.py CHANGED
@@ -30,7 +30,7 @@ class MyCustomBlock(ModularPipelineBlocks):
30
  # ComponentSpec(
31
  # name="model",
32
  # type_hint=SomeModelClass,
33
- # repo="organization/model-name",
34
  # ),
35
  ]
36
 
 
30
  # ComponentSpec(
31
  # name="model",
32
  # type_hint=SomeModelClass,
33
+ # pretrained_model_name_or_path="organization/model-name",
34
  # ),
35
  ]
36