chaouch commited on
Commit
2d9fc09
·
1 Parent(s): 7806ce7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def download_model():
17
  r = requests.get(model_link)
18
  with open('data/yolo.h5', 'wb') as f:
19
  f.write(r.content)
20
- print("Model downloaded")
21
  else:
22
  print("Model already exists locally.")
23
  def run(img):
 
17
  r = requests.get(model_link)
18
  with open('data/yolo.h5', 'wb') as f:
19
  f.write(r.content)
20
+ print("Model downnloaded")
21
  else:
22
  print("Model already exists locally.")
23
  def run(img):