├── LICENSE ├── README.md ├── hf-server.py ├── hf_waitress.py ├── images ├── hf-copy.png └── hf-sample.png └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/README.md -------------------------------------------------------------------------------- /hf-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/hf-server.py -------------------------------------------------------------------------------- /hf_waitress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/hf_waitress.py -------------------------------------------------------------------------------- /images/hf-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/images/hf-copy.png -------------------------------------------------------------------------------- /images/hf-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/images/hf-sample.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abgulati/hf-waitress/HEAD/requirements.txt --------------------------------------------------------------------------------