restructure project
This commit is contained in:
14
packages/inference/run_server.py
Normal file
14
packages/inference/run_server.py
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
"""
|
||||
Quick start script for the web server.
|
||||
|
||||
Usage:
|
||||
python run_server.py
|
||||
python run_server.py --port 8080
|
||||
python run_server.py --debug --reload
|
||||
"""
|
||||
|
||||
from inference.cli.serve import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user