hamdan07 commited on
Commit
e22d42d
1 Parent(s): f260a52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def predict_input_image(img):
22
 
23
  extractor = AutoFeatureExtractor.from_pretrained("swww/test")
24
 
25
- model = AutoModelForImageClassification.from_pretrained("swww/test") }
26
 
27
 
28
  image = gr.inputs.Image(shape=(500, 500), image_mode='L', invert_colors=False, source="upload")
 
22
 
23
  extractor = AutoFeatureExtractor.from_pretrained("swww/test")
24
 
25
+ model = AutoModelForImageClassification.from_pretrained("swww/test")
26
 
27
 
28
  image = gr.inputs.Image(shape=(500, 500), image_mode='L', invert_colors=False, source="upload")