Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -521,7 +521,7 @@ class TrinerModelVITS:
|
|
521 |
torch.nn.utils.remove_weight_norm(flow.conv_pre)
|
522 |
torch.nn.utils.remove_weight_norm(flow.conv_post)
|
523 |
|
524 |
-
|
525 |
|
526 |
|
527 |
def run_train_epoch(self):
|
|
|
521 |
torch.nn.utils.remove_weight_norm(flow.conv_pre)
|
522 |
torch.nn.utils.remove_weight_norm(flow.conv_post)
|
523 |
|
524 |
+
model.push_to_hub(path_save_model,token=self.token)
|
525 |
|
526 |
|
527 |
def run_train_epoch(self):
|