mouaff25 commited on
Commit
cd09f1b
1 Parent(s): ebc0288

fix: fix typo in app title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ demo = gr.Interface(fn=classify_image,
18
  inputs=gr.Image(shape=(224, 224)),
19
  outputs=gr.Label(num_top_classes=2),
20
  examples=["./examples/defective.jpg", "./examples/good.jpg"],
21
- title="Tyre Quality Classifier",
22
  description="This model can distinguish between good and defective tyres. Upload an image of a tyre to see the model in action!")
23
 
24
  demo.launch()
 
18
  inputs=gr.Image(shape=(224, 224)),
19
  outputs=gr.Label(num_top_classes=2),
20
  examples=["./examples/defective.jpg", "./examples/good.jpg"],
21
+ title="Tire Quality Classifier",
22
  description="This model can distinguish between good and defective tyres. Upload an image of a tyre to see the model in action!")
23
 
24
  demo.launch()