Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/STLA-MECH/STLA-BABY
Browse files
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(
|
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 |
|