missspell

This commit is contained in:
s444415 2023-01-04 11:24:57 +01:00
parent 0b9333da2c
commit c263335830

View File

@ -109,5 +109,5 @@ if __name__ == "__main__":
warnings.warn("You don't have cuda available, training might be taking long time or impossible") warnings.warn("You don't have cuda available, training might be taking long time or impossible")
if not hug_token: if not hug_token:
raise Exception("You need to set up HUG_TOKKEN in enviroments to push output model to hub") raise Exception("You need to set up HUG_TOKEN in enviroments to push output model to hub")
main(config, hug_token) main(config, hug_token)