Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ model = AutoModelForImageClassification.from_pretrained("nateraw/vit-age-classif
|
|
7 |
|
8 |
pipe = pipeline(task="image-classification",
|
9 |
model=model,
|
10 |
-
|
11 |
|
12 |
gr.Interface.load(pipe,
|
13 |
title="age class",
|
|
|
7 |
|
8 |
pipe = pipeline(task="image-classification",
|
9 |
model=model,
|
10 |
+
)
|
11 |
|
12 |
gr.Interface.load(pipe,
|
13 |
title="age class",
|