saritha5 commited on
Commit
9d153f2
·
1 Parent(s): 3bb9068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def occ_predict(img_content):
55
  #predicted_label, score = occ_predict("img1.jpg")
56
  inputs = gr.inputs.Image(type = 'filepath')
57
  #label = gr.outputs.Label(num_top_classes=2)
58
- EXAMPLES = ["img1.png","img2.png","img3.png","img4.png","img10.png","img8.png","img9.png"]
59
 
60
 
61
  demo_app = gr.Interface(
 
55
  #predicted_label, score = occ_predict("img1.jpg")
56
  inputs = gr.inputs.Image(type = 'filepath')
57
  #label = gr.outputs.Label(num_top_classes=2)
58
+ EXAMPLES = ["img1.png","img2.png","img3.png","img10.png","img8.png","img9.png"]
59
 
60
 
61
  demo_app = gr.Interface(