sayedM commited on
Commit
1d6ad45
·
1 Parent(s): 9c6e363

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -14,10 +14,7 @@ sahi.utils.file.download_from_url(
14
  "https://transform.roboflow.com/aHClLv0V9gWdgkEi3TZOcyGv4zZ2/751a6fca76be162856174c24048b293d/thumb.jpg",
15
  "m2.jpg",
16
  )
17
- sahi.utils.file.download_from_url(
18
- "https://transform.roboflow.com/aHClLv0V9gWdgkEi3TZOcyGv4zZ2/9373f5662c0ea03977182aa9ebe37695/thumb.jpg",
19
- "m3.jpg",
20
- )
21
 
22
 
23
 
@@ -60,12 +57,10 @@ import os
60
  examples = [
61
  ["m1.jpg", 0.25, 0.45],
62
  ["m2.jpg", 0.25, 0.45],
63
- ["m3.jpg", 0.25, 0.45],
64
  ]
65
  outputs_images = [
66
  ["1.jpg"], # First example: an output image for the cat example
67
  ["2.jpg"] # Second example: an output image for the dog example
68
- ,["3.jpg"]
69
  ]
70
  readme_html = """
71
  <html>
 
14
  "https://transform.roboflow.com/aHClLv0V9gWdgkEi3TZOcyGv4zZ2/751a6fca76be162856174c24048b293d/thumb.jpg",
15
  "m2.jpg",
16
  )
17
+
 
 
 
18
 
19
 
20
 
 
57
  examples = [
58
  ["m1.jpg", 0.25, 0.45],
59
  ["m2.jpg", 0.25, 0.45],
 
60
  ]
61
  outputs_images = [
62
  ["1.jpg"], # First example: an output image for the cat example
63
  ["2.jpg"] # Second example: an output image for the dog example
 
64
  ]
65
  readme_html = """
66
  <html>