canadianjosieharrison commited on
Commit
f6ad690
·
verified ·
1 Parent(s): 386c862

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 = ["falling_water_cafe.PNG", "gtb_central_train.PNG", "sagrada_familia.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"],
11
  ).launch(share=True)