Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|