Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -222,7 +222,7 @@ with gr.Blocks() as demo:
|
|
| 222 |
#respond.then(lambda s: s.image, [state], [output_image])
|
| 223 |
restart = output_audio.stop(
|
| 224 |
start_recording_user,
|
| 225 |
-
[state
|
| 226 |
[input_audio],
|
| 227 |
)
|
| 228 |
cancel = gr.Button("Stop Conversation", variant="stop")
|
|
|
|
| 222 |
#respond.then(lambda s: s.image, [state], [output_image])
|
| 223 |
restart = output_audio.stop(
|
| 224 |
start_recording_user,
|
| 225 |
+
[state],
|
| 226 |
[input_audio],
|
| 227 |
)
|
| 228 |
cancel = gr.Button("Stop Conversation", variant="stop")
|