son9john commited on
Commit
447159f
·
1 Parent(s): 8c04e14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def transcribe(audio, text):
106
  # Reset the messages list and answer counter
107
  messages = [initial_message]
108
  answer_count = 0
109
- input_text = 'input too many tokens to be corrected'
110
  # Add the input text to the messages list
111
  messages.append({"role": "user", "content": input_text})
112
 
 
106
  # Reset the messages list and answer counter
107
  messages = [initial_message]
108
  answer_count = 0
109
+ input_text = 'Can you click the Submit button one more time? (say Yes)'
110
  # Add the input text to the messages list
111
  messages.append({"role": "user", "content": input_text})
112