TheStinger commited on
Commit
4e7052a
1 Parent(s): 7c01699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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