ihatesoftwaredevelopment commited on
Commit
cd13327
·
1 Parent(s): 23451a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ gr.Interface(
13
  outputs = gr.outputs.Label(num_top_classes=3),
14
  title = "Car Detector",
15
  description = "A classfier to detect car brands from an image. Created using the car connection picture dataset as a demo for hugging face and gradio.",
16
- examples = ["lfa.jpg", "911.jpg", "E-class.jpg", "Bcgt.jpg"]
17
  ).launch()
 
13
  outputs = gr.outputs.Label(num_top_classes=3),
14
  title = "Car Detector",
15
  description = "A classfier to detect car brands from an image. Created using the car connection picture dataset as a demo for hugging face and gradio.",
16
+
17
  ).launch()