Spaces:
Runtime error
Runtime error
Commit
·
4403db2
1
Parent(s):
65e933e
update sound topic
Browse files
app.py
CHANGED
@@ -913,7 +913,7 @@ with gr.Blocks() as demo:
|
|
913 |
source="microphone",
|
914 |
type="filepath",
|
915 |
scale= 1,
|
916 |
-
interactive=
|
917 |
autoplay= True,
|
918 |
label= "OUTPUT",
|
919 |
)
|
@@ -952,7 +952,7 @@ with gr.Blocks() as demo:
|
|
952 |
upload_button.upload(func_upload_file, [upload_button, chatbot], chatbot)
|
953 |
agentchoice.change(SetAgent, agentchoice, None)
|
954 |
frash_logs.click(read_logs, None, logs)
|
955 |
-
voice_output.end(ClearAudio, None, voice_output)
|
956 |
# demo.load(read_logs, None, logs, every=1)
|
957 |
|
958 |
|
|
|
913 |
source="microphone",
|
914 |
type="filepath",
|
915 |
scale= 1,
|
916 |
+
interactive=True,
|
917 |
autoplay= True,
|
918 |
label= "OUTPUT",
|
919 |
)
|
|
|
952 |
upload_button.upload(func_upload_file, [upload_button, chatbot], chatbot)
|
953 |
agentchoice.change(SetAgent, agentchoice, None)
|
954 |
frash_logs.click(read_logs, None, logs)
|
955 |
+
# voice_output.end(ClearAudio, None, voice_output)
|
956 |
# demo.load(read_logs, None, logs, every=1)
|
957 |
|
958 |
|