Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zy5830850
/
MedRPG
like
1
Sleeping
App
Files
Files
Community
main
MedRPG
/
med_rpg
/
models
/
__init__.py
zy5830850
First model version
91ef820
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
from
.trans_vg_ca
import
TransVG_ca
def
build_model
(
args
):
if
args.model_name ==
'TransVG_ca'
:
return
TransVG_ca(args)