Update app.py
Browse files
app.py
CHANGED
@@ -57,6 +57,9 @@ generator.load_state_dict(state_dict_g['generator'])
|
|
57 |
generator.eval()
|
58 |
generator.remove_weight_norm()
|
59 |
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
iface = gr.Interface(
|
|
|
57 |
generator.eval()
|
58 |
generator.remove_weight_norm()
|
59 |
|
60 |
+
# load TTS Model
|
61 |
+
#model_path = "./Models/UK/second_stage.pth"
|
62 |
+
model_config_path = "./Models/UK/config_uk.yml"
|
63 |
|
64 |
|
65 |
iface = gr.Interface(
|