noamholz commited on
Commit
cca8764
·
verified ·
1 Parent(s): e772d1d

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -63,7 +63,7 @@ demo = gr.Interface(
63
 
64
  if __name__ == "__main__":
65
 
66
- demo.queue().launch()
67
 
68
  # from gradio_webrtc import WebRTC
69
 
 
63
 
64
  if __name__ == "__main__":
65
 
66
+ demo.launch()
67
 
68
  # from gradio_webrtc import WebRTC
69