Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ pipe = pipeline(task="image-classification",
|
|
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 = ["vancouver.PNG", "toronto.PNG", "landskrona.PNG"],
|
11 |
).launch(share=True)
|
|
|
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 = ["vancouver.PNG", "toronto.PNG", "landskrona.PNG", "gtb_central_train.PNG"],
|
11 |
).launch(share=True)
|