TheStinger commited on
Commit
7c01699
·
verified ·
1 Parent(s): 5e8f261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -49,6 +49,8 @@ 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 download_models():
54
  # 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 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