Pijush2023 commited on
Commit
f024770
·
verified ·
1 Parent(s): 8651731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(10)
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