HumzaAli commited on
Commit
b74900f
·
verified ·
1 Parent(s): e02ef33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ def predict(input):
14
  return {"Benign": float(y_pred[0][0]), "Malignant": float(1-y_pred[0][0])}
15
 
16
  io = gradio.Interface(fn=predict, inputs='image', outputs='label', analytics_enabled=True,
17
- title="Skin Cancer Detection FYP Model Demo", description="FYP Demo by FYP GROUP:- 20F-18 \n [Leader: Humza Ali \n | Members: Dilshad Hussain, Yasir Ali]")
18
  io.launch()
 
14
  return {"Benign": float(y_pred[0][0]), "Malignant": float(1-y_pred[0][0])}
15
 
16
  io = gradio.Interface(fn=predict, inputs='image', outputs='label', analytics_enabled=True,
17
+ title="Skin Cancer Detection & Classification", description="")
18
  io.launch()