Chan55 commited on
Commit
5569985
Β·
verified Β·
1 Parent(s): c7a7c5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ def run_text_prompt(message, chat_history):
134
  # save(audio, 'myvoice.mp3')
135
 
136
  chat_history.append((message, bot_message))
137
- time.sleep(3)
138
  return "", chat_history
139
 
140
 
 
134
  # save(audio, 'myvoice.mp3')
135
 
136
  chat_history.append((message, bot_message))
137
+
138
  return "", chat_history
139
 
140