Spaces:
Runtime error
Runtime error
File size: 196 Bytes
d6220ca |
1 2 3 4 5 6 7 8 9 10 11 |
from xinference.deploy.local import main
from xoscar.utils import get_next_port
address = f"0.0.0.0:{get_next_port()}"
main(
address=address,
host="0.0.0.0",
port=get_next_port(),
)
|