skngew commited on
Commit
b542453
·
verified ·
1 Parent(s): b7e7fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ interface = gr.Interface(
56
  fn=predict,
57
  inputs=gr.Image(type="pil", label="Upload an Image"),
58
  outputs=gr.Textbox(label="Prediction"),
59
- title="Binary Classification: Good vs. Defective Tire",
60
  description=student_id,
61
  allow_flagging="never",
62
  examples=[], #Can add examples here
 
56
  fn=predict,
57
  inputs=gr.Image(type="pil", label="Upload an Image"),
58
  outputs=gr.Textbox(label="Prediction"),
59
+ title="Binary Classification: Good vs. Defective Tyre",
60
  description=student_id,
61
  allow_flagging="never",
62
  examples=[], #Can add examples here