Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIRI-Institute
/
OmniFusion
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
385580d
OmniFusion
/
run_codegen.py
matveymih
first commit
9830e11
10 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
from
grpc_tools
import
protoc
protoc.main((
''
,
'-Iprotos'
,
'--python_out=.'
,
'--grpc_python_out=.'
,
'--pyi_out=.'
,
'protos/inference.proto'
,
))