Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline(task="image-classification",
|
5 |
-
model="canadianjosieharrison/swinv2-large-patch4-window12-192-22k-
|
6 |
|
7 |
gr.Interface.from_pipeline(pipe,
|
8 |
title="Facade material classification",
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
pipe = pipeline(task="image-classification",
|
5 |
+
model="canadianjosieharrison/swinv2-large-patch4-window12-192-22k-huggingface")
|
6 |
|
7 |
gr.Interface.from_pipeline(pipe,
|
8 |
title="Facade material classification",
|