Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ pipe = pipeline(task="image-classification",
|
|
5 |
model="canadianjosieharrison/swinv2-large-patch4-window12-192-22k-baseline")
|
6 |
|
7 |
gr.Interface.from_pipeline(pipe,
|
8 |
-
title="
|
9 |
-
description="
|
10 |
examples = ["falling_water_cafe.PNG", "gtb_central_train.PNG", "sagrada_familia.PNG"],
|
11 |
).launch()
|
|
|
5 |
model="canadianjosieharrison/swinv2-large-patch4-window12-192-22k-baseline")
|
6 |
|
7 |
gr.Interface.from_pipeline(pipe,
|
8 |
+
title="Facade material classification",
|
9 |
+
description="Upload a Google Streetview image to classify the facade materials.",
|
10 |
examples = ["falling_water_cafe.PNG", "gtb_central_train.PNG", "sagrada_familia.PNG"],
|
11 |
).launch()
|