Spaces:
Runtime error
Runtime error
Commit
·
bde0098
1
Parent(s):
71d36d1
Update app.py
Browse files
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(
|
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 |
|