hamdanhh07 commited on
Commit
13e4281
1 Parent(s): 510d63d

Create UltraSound-Lung.py

Browse files
Files changed (1) hide show
  1. models/hamdan07/UltraSound-Lung.py +3 -0
models/hamdan07/UltraSound-Lung.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from transformers import AutoFeatureExtractor, AutoModelForImageClassification
2
+ extractor = AutoFeatureExtractor.from_pretrained("hamdan07/UltraSound-Lung")
3
+ model = AutoModelForImageClassification.from_pretrained("hamdan07/UltraSound-Lung")