Elron commited on
Commit
f032abd
1 Parent(s): 3b31f5d

Upload card.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. card.py +2 -2
card.py CHANGED
@@ -1,4 +1,4 @@
1
- from typing import List, Optional, Union
2
 
3
  from .artifact import Artifact
4
  from .collections import Collection
@@ -25,4 +25,4 @@ class ICLCard(Artifact):
25
  num_demos: int = None
26
  sampler_type: str = "random"
27
  instruction_item: Union[str, int] = None
28
- template_item: Union[str, int] = None
 
1
+ from typing import List, Union
2
 
3
  from .artifact import Artifact
4
  from .collections import Collection
 
25
  num_demos: int = None
26
  sampler_type: str = "random"
27
  instruction_item: Union[str, int] = None
28
+ template_card_index: Union[str, int] = None