fengruilin commited on
Commit
ee8f0ec
·
verified ·
1 Parent(s): 9ea8327

Small UI Update on the app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -330,8 +330,8 @@ demo = gr.Interface(
330
  fn=predict,
331
  inputs=gr.Image(type="pil"),
332
  outputs=gr.Label(num_top_classes=1),
333
- title="Stanford Cars Classifier",
334
- description="Upload a car image and see the most likely predicted make/model and its confidence."
335
  )
336
 
337
  if __name__ == "__main__":
 
330
  fn=predict,
331
  inputs=gr.Image(type="pil"),
332
  outputs=gr.Label(num_top_classes=1),
333
+ title="🚗Car Model Classifier🚗",
334
+ description="Upload a car image and see what it is and how confident our model is on this particular picture!"
335
  )
336
 
337
  if __name__ == "__main__":