chansung commited on
Commit
3d23ddd
·
1 Parent(s): 1e1d414

Update app.py

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