aadnk commited on
Commit
cbc9717
1 Parent(s): 35b79d6

Adding logging

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -272,6 +272,7 @@ class WhisperTranscriber:
272
  return file.name
273
 
274
  def close(self):
 
275
  self.clear_cache()
276
 
277
  if (self.gpu_parallel_context is not None):
 
272
  return file.name
273
 
274
  def close(self):
275
+ print("Closing parallel contexts")
276
  self.clear_cache()
277
 
278
  if (self.gpu_parallel_context is not None):