OuroborosM commited on
Commit
d53c48e
·
2 Parent(s): 8c522ba bde0098

Merge branch 'main' of https://huggingface.co/spaces/STLA-MECH/STLA-BABY

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