Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ pipe_asr = pipeline(
|
|
270 |
|
271 |
# Define the function to reset the state after 10 seconds
|
272 |
def auto_reset_state():
|
273 |
-
time.sleep(
|
274 |
return None, "" # Reset the state and clear input text
|
275 |
|
276 |
|
|
|
270 |
|
271 |
# Define the function to reset the state after 10 seconds
|
272 |
def auto_reset_state():
|
273 |
+
time.sleep(5)
|
274 |
return None, "" # Reset the state and clear input text
|
275 |
|
276 |
|