apratim24 commited on
Commit
9a21cb7
1 Parent(s): 5098176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def detect_object(image):
116
 
117
  examples = [
118
  ["example1.jpg"],
119
- ["example2.jpg"],
120
  ]
121
 
122
  demo = gr.Interface(fn=detect_object,
 
116
 
117
  examples = [
118
  ["example1.jpg"],
119
+ ["example2.jpg"]
120
  ]
121
 
122
  demo = gr.Interface(fn=detect_object,