Spaces:
s
Configuration error

s / gui /ui_abstract_component.py
AZILS's picture
Upload folder using huggingface_hub
0ff5bc0 verified
raw
history blame contribute delete
88 Bytes
class AbstractComponentUI:
def create_ui(self):
raise NotImplementedError