Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -561,8 +561,7 @@ dir_model='wasmdashai/vits-ar-huba-fine'
|
|
561 |
|
562 |
|
563 |
|
564 |
-
|
565 |
-
wandb.init(project= 'AZ',config = training_args.to_dict())
|
566 |
global_step=0
|
567 |
|
568 |
@spaces.GPU
|
@@ -593,6 +592,8 @@ def greet(text,id):
|
|
593 |
eval_dataset_dir = os.path.join(dataset_dir,'eval'),
|
594 |
full_generation_dir = os.path.join(dataset_dir,'full_generation'),
|
595 |
device=device)
|
|
|
|
|
596 |
|
597 |
for i in range(10000):
|
598 |
# model.train(True)
|
|
|
561 |
|
562 |
|
563 |
|
564 |
+
|
|
|
565 |
global_step=0
|
566 |
|
567 |
@spaces.GPU
|
|
|
592 |
eval_dataset_dir = os.path.join(dataset_dir,'eval'),
|
593 |
full_generation_dir = os.path.join(dataset_dir,'full_generation'),
|
594 |
device=device)
|
595 |
+
wandb.login(key= "782b6a6e82bbb5a5348de0d3c7d40d1e76351e79")
|
596 |
+
wandb.init(project= 'AZ',config = training_args.to_dict())
|
597 |
|
598 |
for i in range(10000):
|
599 |
# model.train(True)
|