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