chansung commited on
Commit
458314b
·
1 Parent(s): 4b38a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def _clone_and_checkout(repo_url: str, local_path: str, version: str) -> Reposit
24
  repository.git_checkout(revision=version)
25
  return repository
26
 
27
- # _ = _clone_and_checkout(model_repo_url, local_path, model_version)
28
  # model = tf.saved_model.load(local_path, tags=[tag_constants.SERVING])
29
  # gpt_lm_predict_fn = model.signatures["serving_default"]
30
 
 
24
  repository.git_checkout(revision=version)
25
  return repository
26
 
27
+ _ = _clone_and_checkout(model_repo_url, local_path, model_version)
28
  # model = tf.saved_model.load(local_path, tags=[tag_constants.SERVING])
29
  # gpt_lm_predict_fn = model.signatures["serving_default"]
30