Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matveymih
/
OmniTest
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
OmniTest
/
run_codegen.py
matveymih
test
2ef6ca1
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
from
grpc_tools
import
protoc
protoc.main((
''
,
'-Iprotos'
,
'--python_out=.'
,
'--grpc_python_out=.'
,
'--pyi_out=.'
,
'protos/inference.proto'
,
))