Spaces:
Running
Running
Commit
·
ec4ab0b
1
Parent(s):
7bac7b2
icon svg
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ with gr.Blocks(analytics_enabled=False, title='졸음운전 알리미', head='<l
|
|
41 |
dep = input_img.stream(abnormal_stream, [input_img], [output_label])
|
42 |
|
43 |
if __name__ == "__main__":
|
44 |
-
demo.launch(favicon_path='./favicon.
|
|
|
41 |
dep = input_img.stream(abnormal_stream, [input_img], [output_label])
|
42 |
|
43 |
if __name__ == "__main__":
|
44 |
+
demo.launch(favicon_path='./favicon.svg', show_api=False)
|