chansung commited on
Commit
3c8d862
·
1 Parent(s): e44153e

upload 1688113391 model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ def get_predictions(wb_token, image):
48
 
49
  if MODEL is None:
50
  wandb.login(key=wb_token)
51
- wandb.init(project="tfx-vit-pipeline", id="avi9pkis", resume=True)
52
- path = wandb.use_artifact('tfx-vit-pipeline/final_model:1683870912', type='model').download()
53
 
54
  tar = tarfile.open(f"{path}/model.tar.gz")
55
  tar.extractall(path=".")
 
48
 
49
  if MODEL is None:
50
  wandb.login(key=wb_token)
51
+ wandb.init(project="tfx-vit-pipeline", id="gvtyqdgn", resume=True)
52
+ path = wandb.use_artifact('tfx-vit-pipeline/final_model:1688113391', type='model').download()
53
 
54
  tar = tarfile.open(f"{path}/model.tar.gz")
55
  tar.extractall(path=".")