Spaces:
Sleeping
Sleeping
Commit ·
68434ba
1
Parent(s): b4031e4
update file app
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import torch
|
|
| 2 |
import gradio as gr
|
| 3 |
from transformers import AutoModelForImageClassification, AutoFeatureExtractor
|
| 4 |
|
| 5 |
-
model_id =
|
| 6 |
labels = ["daisy", "dandelion", "roses", "sunflowers", "tulips"]
|
| 7 |
|
| 8 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from transformers import AutoModelForImageClassification, AutoFeatureExtractor
|
| 4 |
|
| 5 |
+
model_id = "chanelcolgate/vit-base-patch16-224-finetuned-flower"
|
| 6 |
labels = ["daisy", "dandelion", "roses", "sunflowers", "tulips"]
|
| 7 |
|
| 8 |
|