Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,6 @@ try:
|
|
| 49 |
except (ValueError, TypeError, IndexError):
|
| 50 |
DoFormant, Quefrency, Timbre = False, 1.0, 1.0
|
| 51 |
CSVutil('csvdb/formanting.csv', 'w+', 'formanting', DoFormant, Quefrency, Timbre)
|
| 52 |
-
|
| 53 |
-
def expand_2d_or_3d_tensor(x: torch.Tensor, trg_dim: int, padding_idx: int):
|
| 54 |
|
| 55 |
def download_models():
|
| 56 |
# Download hubert base model if not present
|
|
|
|
| 49 |
except (ValueError, TypeError, IndexError):
|
| 50 |
DoFormant, Quefrency, Timbre = False, 1.0, 1.0
|
| 51 |
CSVutil('csvdb/formanting.csv', 'w+', 'formanting', DoFormant, Quefrency, Timbre)
|
|
|
|
|
|
|
| 52 |
|
| 53 |
def download_models():
|
| 54 |
# Download hubert base model if not present
|