ashishabraham22 commited on
Commit
81e19b6
1 Parent(s): 6557c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ from ml_predict import preprocess_img,predict_defect
7
  image = gr.inputs.Image(shape=(256, 256))
8
  label = gr.outputs.Label(num_top_classes=3)
9
 
10
- gr.Interface(fn=predict_defect, inputs=image, outputs=label, theme='peach',examples=[["images\cr.jpeg"], ["images\Pa1.jpeg"], ["images\rol1.jpeg"], ["images\sc1.jpeg"]]).launch()
 
7
  image = gr.inputs.Image(shape=(256, 256))
8
  label = gr.outputs.Label(num_top_classes=3)
9
 
10
+ gr.Interface(fn=predict_defect, inputs=image, outputs=label, theme='peach',examples=[["cr.jpeg"], ["Pa1.jpeg"], ["rol1.jpeg"], ["sc1.jpeg"]]).launch()