apratim24 commited on
Commit
6741bd3
·
verified ·
1 Parent(s): 49d332a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def detect_object(image):
114
  return processed_image, processed_audio
115
 
116
 
117
- examples = [["example{}.jpg".format(i)] for i in range(1, 15)]
118
 
119
  demo = gr.Interface(fn=detect_object,
120
  inputs=[gr.Image(label="Select Image",type="pil")],
 
114
  return processed_image, processed_audio
115
 
116
 
117
+ examples = [["example{}.jpg".format(i)] for i in range(1, 4)]
118
 
119
  demo = gr.Interface(fn=detect_object,
120
  inputs=[gr.Image(label="Select Image",type="pil")],