Upload blocks.py with huggingface_hub
Browse files
blocks.py
CHANGED
|
@@ -28,6 +28,7 @@ from .task import FormTask
|
|
| 28 |
from .templates import (
|
| 29 |
AutoInputOutputTemplate,
|
| 30 |
InputOutputTemplate,
|
|
|
|
| 31 |
OutputQuantizingTemplate,
|
| 32 |
RenderAutoFormatTemplate,
|
| 33 |
RenderFormatTemplate,
|
|
|
|
| 28 |
from .templates import (
|
| 29 |
AutoInputOutputTemplate,
|
| 30 |
InputOutputTemplate,
|
| 31 |
+
MultiLabelTemplate,
|
| 32 |
OutputQuantizingTemplate,
|
| 33 |
RenderAutoFormatTemplate,
|
| 34 |
RenderFormatTemplate,
|