Spaces:
Runtime error
Runtime error
Update ailib.py
Browse files
ailib.py
CHANGED
|
@@ -30,7 +30,7 @@ def nueva_ficha(resumen_historial, resumen_hoy):
|
|
| 30 |
|
| 31 |
|
| 32 |
def whisper_transcribe(fn, temperature=0):
|
| 33 |
-
|
| 34 |
t0 = time.time()
|
| 35 |
|
| 36 |
if isinstance(fn, str):
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
def whisper_transcribe(fn, temperature=0):
|
| 33 |
+
print('WT:', type(fn))
|
| 34 |
t0 = time.time()
|
| 35 |
|
| 36 |
if isinstance(fn, str):
|