sebastianM commited on
Commit
bc5f7a7
·
1 Parent(s): a6dc4e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def image_classifier(inp):
192
 
193
  title = "Prediction of Car Modernity Score"
194
  description = "Upload image of car to get prediction of the modernity score. If image includes multiple cars, car with largest pixel count is extracted"
195
- examples = [['test_img_1.jpg'], ['test_img_2.jpg'], ['test_img_3.jpg'], ['test_img_4.jpg'], ['test_img_5.jpg'], ['test_img_6.jpg'], ['test_img_7.jpg']]
196
 
197
  classif_app = gr.Interface(fn=image_classifier,
198
  inputs="image",
 
192
 
193
  title = "Prediction of Car Modernity Score"
194
  description = "Upload image of car to get prediction of the modernity score. If image includes multiple cars, car with largest pixel count is extracted"
195
+ examples = [['test_img_1.jpg'], ['test_img_2.jpg'], ['test_img_3.jpg'], ['test_img_4.jpg'], ['test_img_5.jpg'], ['test_img_6.jpeg'], ['test_img_7.jpeg']]
196
 
197
  classif_app = gr.Interface(fn=image_classifier,
198
  inputs="image",