Skip to content

Commit

Permalink
Update trainer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan3012 committed Jul 2, 2021
1 parent 897e850 commit 3c59c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keytotext/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def upload(self,model_name,hf_username):
model_repo = Repository("./model", clone_from=model_url, use_auth_token=token,
git_email=f"{hf_username}@users.noreply.huggingface.co", git_user=hf_username)

readme_txt=f """
readme_txt= f"""
---
language: "en"
thumbnail: "Keywords to Sentences"
Expand Down

0 comments on commit 3c59c28

Please sign in to comment.