Spaces:
Runtime error
Runtime error
class AbstractComponentUI: | |
def create_ui(self): | |
raise NotImplementedError | |
class AbstractComponentUI: | |
def create_ui(self): | |
raise NotImplementedError | |