OuroborosM commited on
Commit
5e05672
·
1 Parent(s): 2d0e444

correct remote func

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1183,7 +1183,7 @@ with gr.Blocks() as demo:
1183
  # success(ClearAudio, None, voice_output)
1184
 
1185
  ''' GPT4 Remote '''
1186
- inf4 = inputtext.submit(chathmi4, [inputtext, chatbot], [inputtext, chatbot, submit_button, stop_button]).\
1187
  success(playsound1, None, voice_output)
1188
 
1189
  inf3 = submit_button.click(chathmi3, [inputtext, chatbot], [inputtext, chatbot]).\
 
1183
  # success(ClearAudio, None, voice_output)
1184
 
1185
  ''' GPT4 Remote '''
1186
+ inf4 = inputtext.submit(chatremote, [inputtext, chatbot], [inputtext, chatbot, submit_button, stop_button]).\
1187
  success(playsound1, None, voice_output)
1188
 
1189
  inf3 = submit_button.click(chathmi3, [inputtext, chatbot], [inputtext, chatbot]).\