freddyaboulton HF staff commited on
Commit
0b14f95
1 Parent(s): d6cc295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  outputs=[webrtc], time_limit=90)
101
  webrtc.on_additional_outputs(lambda history, code: (history, code),
102
  outputs=[history, code])
103
- code.change(display_in_sandbox, code, html, queue=False)
104
 
105
  if __name__ == "__main__":
106
  demo.launch()
 
100
  outputs=[webrtc], time_limit=90)
101
  webrtc.on_additional_outputs(lambda history, code: (history, code),
102
  outputs=[history, code])
103
+ code.change(display_in_sandbox, code, sandbox, queue=False)
104
 
105
  if __name__ == "__main__":
106
  demo.launch()