Spaces:
Running
Running
Commit
·
3ae71c5
1
Parent(s):
ec4ab0b
icon
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def abnormal_stream(image):
|
|
32 |
except Exception as e:
|
33 |
return {str(e): 1.0}
|
34 |
|
35 |
-
with gr.Blocks(analytics_enabled=False, title='졸음운전 알리미', head='<link rel="apple-touch-icon" sizes="
|
36 |
with gr.Row():
|
37 |
with gr.Column():
|
38 |
input_img = gr.Image(sources=["webcam"], type="pil")
|
|
|
32 |
except Exception as e:
|
33 |
return {str(e): 1.0}
|
34 |
|
35 |
+
with gr.Blocks(analytics_enabled=False, title='졸음운전 알리미', head='<link rel="apple-touch-icon" sizes="256x256" href="/pwa_icon" /><meta name="theme-color" content="#0f0f11">') as demo:
|
36 |
with gr.Row():
|
37 |
with gr.Column():
|
38 |
input_img = gr.Image(sources=["webcam"], type="pil")
|