Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def refresh_status():
|
|
86 |
|
87 |
@spaces.GPU
|
88 |
def transcribe(audio_path, model_name):
|
89 |
-
print(
|
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.")
|