Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -329,7 +329,7 @@ if (should_train_model=='1'): #train model
|
|
329 |
path_in_repo=f"{model_save_path}",
|
330 |
repo_id=repo_name,
|
331 |
token=api_token,
|
332 |
-
commit_message="Push fleet model",
|
333 |
#overwrite=True # Force overwrite existing files
|
334 |
)
|
335 |
|
|
|
329 |
path_in_repo=f"{model_save_path}",
|
330 |
repo_id=repo_name,
|
331 |
token=api_token,
|
332 |
+
commit_message="Push fleet model and tokenizer files.",
|
333 |
#overwrite=True # Force overwrite existing files
|
334 |
)
|
335 |
|