candenizkocak commited on
Commit
a6f40f9
·
verified ·
1 Parent(s): 898609b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ iface = gr.Interface(
83
  fn=classify_image,
84
  inputs=image_input,
85
  outputs=[name_output, confidence_output],
86
- title="Image Classification with Ultralytics API",
87
  description="Upload a picture or use your camera to classify an image using a pre-trained model. The model's prediction and confidence score will be displayed.",
88
  examples=example_images
89
  )
 
83
  fn=classify_image,
84
  inputs=image_input,
85
  outputs=[name_output, confidence_output],
86
+ title="Tile Classification: Proof of Concept",
87
  description="Upload a picture or use your camera to classify an image using a pre-trained model. The model's prediction and confidence score will be displayed.",
88
  examples=example_images
89
  )