agent-workspace-env / server.py
shivam2k3's picture
hugging face runtime error fix
ef1fd72
raw
history blame contribute delete
150 Bytes
"""Source entry point used by Docker and local `python server.py` runs."""
from app_runtime import app, main
if __name__ == "__main__":
main()