Gagan Bhatia commited on
Commit
7123542
1 Parent(s): 946d2bd

Update model.py

Browse files
Files changed (1) hide show
  1. src/models/model.py +3 -0
src/models/model.py CHANGED
@@ -577,3 +577,6 @@ class Summarization:
577
  self.save_model()
578
  commit_url = model_repo.push_to_hub()
579
 
 
 
 
 
577
  self.save_model()
578
  commit_url = model_repo.push_to_hub()
579
 
580
+ print("Check out your model at:")
581
+ print(commit_url)
582
+ print(f"https://huggingface.co/{hf_username}/{model_name}")