devilent2 commited on
Commit
ad3ebf5
1 Parent(s): 2fa7bce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def refresh_status():
86
 
87
  @spaces.GPU
88
  def transcribe(audio_path, model_name):
89
- print('start transcribe '+str(time.time()))
90
 
91
  if audio_path is None:
92
  raise gr.Error("No audio file submitted! Please upload or record an audio file before submitting your request.")
 
86
 
87
  @spaces.GPU
88
  def transcribe(audio_path, model_name):
89
+ print(str(time.time())+' start transcribe ')
90
 
91
  if audio_path is None:
92
  raise gr.Error("No audio file submitted! Please upload or record an audio file before submitting your request.")