Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zy5830850
/
MedRPG
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f5c7263
MedRPG
/
med_rpg
/
models
/
__init__.py
zy5830850
First model version
91ef820
over 1 year ago
raw
Copy download link
history
blame
Safe
139 Bytes
from
.trans_vg_ca
import
TransVG_ca
def
build_model
(
args
):
if
args.model_name ==
'TransVG_ca'
:
return
TransVG_ca(args)