OuroborosM commited on
Commit
bde0098
·
1 Parent(s): 71d36d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2134,7 +2134,7 @@ with gr.Blocks() as demo:
2134
  # inf4 = inputtext.submit(chathmi4, [inputtext, chatbot], [inputtext, chatbot, submit_button, stop_button])
2135
  ''' open ai | new'''
2136
  # chathmi4 = normal, chathmi5 = callback
2137
- inf4 = inputtext.submit(chathmi5, [inputtext, chatbot], [inputtext, chatbot, submit_button, stop_button]).\
2138
  success(playsound1, None, voice_output, queue=True)#.\
2139
  # success(ClearAudio, None, voice_output)
2140
 
 
2134
  # inf4 = inputtext.submit(chathmi4, [inputtext, chatbot], [inputtext, chatbot, submit_button, stop_button])
2135
  ''' open ai | new'''
2136
  # chathmi4 = normal, chathmi5 = callback
2137
+ inf4 = inputtext.submit(chathmi4, [inputtext, chatbot], [inputtext, chatbot, submit_button, stop_button]).\
2138
  success(playsound1, None, voice_output, queue=True)#.\
2139
  # success(ClearAudio, None, voice_output)
2140