remotewith commited on
Commit
c5457cf
·
1 Parent(s): 3d2c742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ embedding_model = PretrainedSpeakerEmbedding(
25
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
26
  )
27
 
28
- output=""
29
  ######################################################
30
  def audio_to_text(audio, num_speakers):
31
  path, error = convert_to_wav(audio)
 
25
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
26
  )
27
 
28
+ #output=""
29
  ######################################################
30
  def audio_to_text(audio, num_speakers):
31
  path, error = convert_to_wav(audio)