├── README.md ├── gradio_demo.py ├── image ├── example.png ├── logo.png └── logo2.png ├── inference.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sail-sg/CLoT/HEAD/README.md -------------------------------------------------------------------------------- /gradio_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sail-sg/CLoT/HEAD/gradio_demo.py -------------------------------------------------------------------------------- /image/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sail-sg/CLoT/HEAD/image/example.png -------------------------------------------------------------------------------- /image/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sail-sg/CLoT/HEAD/image/logo.png -------------------------------------------------------------------------------- /image/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sail-sg/CLoT/HEAD/image/logo2.png -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sail-sg/CLoT/HEAD/inference.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | transformers 2 | peft 3 | gradio 4 | --------------------------------------------------------------------------------