ariG23498 HF Staff commited on
Commit
135498d
·
1 Parent(s): 75df5eb
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,8 +222,8 @@ with gr.Blocks() as app:
222
 
223
  gr.Markdown("### Examples")
224
  example_data = [
225
- ["https://images.cocodataset.org/val2017/000000039769.jpg", "a cat, a remote control", 0.30, 0.30, 0.10, 0.30],
226
- ["https://images.cocodataset.org/val2017/000000000139.jpg", "a person, a tv, a remote", 0.35, 0.30, 0.12, 0.30],
227
  ]
228
 
229
  gr.Examples(
 
222
 
223
  gr.Markdown("### Examples")
224
  example_data = [
225
+ ["http://images.cocodataset.org/val2017/000000039769.jpg", "a cat, a remote control", 0.30, 0.30, 0.10, 0.30],
226
+ ["http://images.cocodataset.org/val2017/000000000139.jpg", "a person, a tv, a remote", 0.35, 0.30, 0.12, 0.30],
227
  ]
228
 
229
  gr.Examples(