Fix import math
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import sys
|
2 |
import os
|
3 |
import time
|
|
|
4 |
import torch
|
5 |
import spaces
|
6 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|
|
|
1 |
import sys
|
2 |
import os
|
3 |
import time
|
4 |
+
import math
|
5 |
import torch
|
6 |
import spaces
|
7 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|