jtlonsako commited on
Commit
35ca684
1 Parent(s): 17e5c93
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def Transcribe(file):
46
  )
47
 
48
  model.to(device)
49
- print("Model loaded to gpu: Entering transcription phase")
50
 
51
  #Code for timestamping
52
  encoding_start = 0
 
46
  )
47
 
48
  model.to(device)
49
+ print(f"Model loaded to {device}: Entering transcription phase")
50
 
51
  #Code for timestamping
52
  encoding_start = 0