SoniAI's picture
Upload folder using huggingface_hub
5884015 verified
Raw
History Blame Contribute Delete
116 Bytes
from ui.layout import build_interface
demo = build_interface()
if __name__ == "__main__":
demo.launch()