andrewgleave commited on
Commit
b7b01b8
1 Parent(s): 6ff8401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ with gr.Blocks() as demo:
48
  output = gr.Image(label="Composite", visible=True)
49
  webcam.stream(process, [webcam], [output, attendance_label, last_refresh_box])
50
 
51
- demo.queue().launch(share=True)
48
  output = gr.Image(label="Composite", visible=True)
49
  webcam.stream(process, [webcam], [output, attendance_label, last_refresh_box])
50
 
51
+ demo.queue().launch()