Spaces:
Sleeping
Sleeping
updates
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ pipe = pipeline(task="image-classification",
|
|
5 |
model="google/vit-base-patch16-224")
|
6 |
gr.Interface.from_pipeline(pipe,
|
7 |
title="VIT GOOGLE IMG CLASSIFIER",
|
8 |
-
description="Object Recognition
|
9 |
examples = ['wonder_cat.jpg',
|
10 |
'aki_dog.jpg',],
|
11 |
).launch(inbrowser=True)
|
|
|
5 |
model="google/vit-base-patch16-224")
|
6 |
gr.Interface.from_pipeline(pipe,
|
7 |
title="VIT GOOGLE IMG CLASSIFIER",
|
8 |
+
description="Object Recognition ....",
|
9 |
examples = ['wonder_cat.jpg',
|
10 |
'aki_dog.jpg',],
|
11 |
).launch(inbrowser=True)
|