sHORTgpt / gui /ui_abstract_component.py
wiydarrr's picture
Upload folder using huggingface_hub
5f685fd verified
raw
history blame
88 Bytes
class AbstractComponentUI:
def create_ui(self):
raise NotImplementedError