Jai Priyadarshi
Initial commit for Hugging Face Space
c4f9a98
Raw
History Blame Contribute Delete
90 Bytes
from ui import demo
def main():
demo.launch()
if __name__ == "__main__":
main()