Spaces:
Running
on
T4
Running
on
T4
Commit
•
0b14f95
1
Parent(s):
d6cc295
Update app.py
Browse files
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,
|
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()
|