Spaces:
Sleeping
Sleeping
File size: 170 Bytes
9830e11 |
1 2 3 4 5 6 7 8 9 10 11 |
from grpc_tools import protoc
protoc.main((
'',
'-Iprotos',
'--python_out=.',
'--grpc_python_out=.',
'--pyi_out=.',
'protos/inference.proto',
))
|