bhushanp commited on
Commit
976b813
β€’
1 Parent(s): d2751cc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
20
  outputs="text",
21
  live=True,
22
  title="Car image classifier",
23
- description="Upload a car image or select one of the examples below"
24
  examples=sample_images
25
  )
26
 
 
20
  outputs="text",
21
  live=True,
22
  title="Car image classifier",
23
+ description="Upload a car image or select one of the examples below",
24
  examples=sample_images
25
  )
26