alexkueck commited on
Commit
465c177
·
1 Parent(s): 2900ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -129,7 +129,8 @@ trainer.train()
129
 
130
  #in den Hub laden
131
  #trainer.push_to_hub("test-tis", use_auth_token=xxx)
132
- trainer.push_to_hub()
 
133
 
134
 
135
 
 
129
 
130
  #in den Hub laden
131
  #trainer.push_to_hub("test-tis", use_auth_token=xxx)
132
+ #trainer.push_to_hub()
133
+ trainer.save_model("/model")
134
 
135
 
136