Skip to content

Commit

Permalink
Merge pull request #13 from CharlesCNorton/patch-1
Browse files Browse the repository at this point in the history
Update utils.py
  • Loading branch information
davidberenstein1957 authored Dec 16, 2024
2 parents 5a5027e + f9864ae commit e8f4283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synthetic_dataset_generator/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def list_orgs(oauth_token: Union[OAuthToken, None] = None):
gr.Info(
"Your user token does not have the necessary permissions to push to organizations."
"Please check your OAuth permissions in https://huggingface.co/settings/connected-applications."
"Update yout token permissions to include repo.write: https://huggingface.co/settings/tokens."
"Update your token permissions to include repo.write: https://huggingface.co/settings/tokens."
)
return []

Expand Down

0 comments on commit e8f4283

Please sign in to comment.