Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Muhammad2003
/
legalLM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b416ed1
legalLM
/
run_server.py
Muhammad2003
Upload 45 files
1f891e5
verified
3 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
"""
Main entry point to start the Legal Assistant API server.
"""
from
backend.endpoint.server
import
run_server
if
__name__ ==
"__main__"
:
run_server()