zhou12189108 commited on
Commit
149b409
1 Parent(s): 1406941

Upload get_all_model.py

Browse files
Files changed (1) hide show
  1. get_all_model.py +1 -0
get_all_model.py CHANGED
@@ -26,3 +26,4 @@ def download_all():
26
  r = session.get(asset_url, stream=True)
27
  with open(models_path, 'wb') as f:
28
  f.write(r.content)
 
 
26
  r = session.get(asset_url, stream=True)
27
  with open(models_path, 'wb') as f:
28
  f.write(r.content)
29
+ print("Done!")