Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,6 @@ def transcribe(audio, state={"text": "", "temp_text": "", "audio": ""}):
|
|
77 |
state["temp_text"] = ""
|
78 |
state["audio"] = ""
|
79 |
|
80 |
-
time.sleep(0.5)
|
81 |
return f'{state["text"]} ( {state["temp_text"]} )', state
|
82 |
|
83 |
gr.Interface(
|
|
|
77 |
state["temp_text"] = ""
|
78 |
state["audio"] = ""
|
79 |
|
|
|
80 |
return f'{state["text"]} ( {state["temp_text"]} )', state
|
81 |
|
82 |
gr.Interface(
|