vedkdev's picture
Upload folder using huggingface_hub
761f203 verified
"""Compatibility entrypoint for running the API as `python server.py`."""
from server.app import app, main
__all__ = ["app", "main"]
if __name__ == "__main__":
main()