Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def process_audio_file(file):
|
|
28 |
|
29 |
def transcribe(audio, state=""):
|
30 |
# Grant additional context
|
31 |
-
time.sleep(1)
|
32 |
|
33 |
if state is None:
|
34 |
state = ""
|
|
|
28 |
|
29 |
def transcribe(audio, state=""):
|
30 |
# Grant additional context
|
31 |
+
# time.sleep(1)
|
32 |
|
33 |
if state is None:
|
34 |
state = ""
|