Spaces:
Sleeping
Sleeping
Commit
·
b7b01b8
1
Parent(s):
6ff8401
Update app.py
Browse files
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(
|
|
|
48 |
output = gr.Image(label="Composite", visible=True)
|
49 |
webcam.stream(process, [webcam], [output, attendance_label, last_refresh_box])
|
50 |
|
51 |
+
demo.queue().launch()
|