Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
OpenSafetyLab
/
ImageGuard
like
2
Follow
OpenSafetyLab
13
Image-to-Text
Safetensors
License:
apache-2.0
Model card
Files
Files and versions
Community
1
7a1a200
ImageGuard
/
model
/
__init__.py
adwardlee
Upload folder using huggingface_hub
11b9c8d
verified
2 months ago
raw
Copy download link
history
blame
Safe
155 Bytes
from
.Internlm
import
InternLM
model_dict = {
'Internlm'
: InternLM,
}
def
get_model
(
model_name, **kwargs
):
return
model_dict[model_name](**kwargs)