canadianjosieharrison commited on
Commit
af939c8
·
verified ·
1 Parent(s): 2659e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)