Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,6 +133,4 @@ trained_tokenizer = trainer.tokenizer
|
|
133 |
|
134 |
repo_id = "makeshift-mayo"
|
135 |
trained_model.push_to_hub(repo_id)
|
136 |
-
trained_tokenizer.push_to_hub(repo_id)
|
137 |
-
|
138 |
-
rq.post("https://discord.com/api/webhooks/1245084721923358730/pVHUf2PR4Wst52KVNxVSeAHnSIKxx-PLdd90OHASegb30cNoGZe9N476LzCDVLQXDbT0", json={"content": "that shit is finally done"})
|
|
|
133 |
|
134 |
repo_id = "makeshift-mayo"
|
135 |
trained_model.push_to_hub(repo_id)
|
136 |
+
trained_tokenizer.push_to_hub(repo_id)
|
|
|
|