Chan55 commited on
Commit
c4a9acf
Β·
1 Parent(s): e5dd40a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def run_text_prompt(message, chat_history):
140
  # save(audio, 'myvoice.mp3')
141
 
142
  chat_history.append((message, bot_message))
143
- time.sleep(2)
144
  return "", chat_history
145
 
146
 
 
140
  # save(audio, 'myvoice.mp3')
141
 
142
  chat_history.append((message, bot_message))
143
+ time.sleep(3)
144
  return "", chat_history
145
 
146