Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(title="🚗 Drive Paddy – Drowsiness Detection", theme=gr.theme
|
|
220 |
with gr.Tabs():
|
221 |
with gr.TabItem("About this App"):
|
222 |
create_readme_tab()
|
223 |
-
|
224 |
create_detection_tab()
|
225 |
|
226 |
if __name__ == "__main__":
|
|
|
220 |
with gr.Tabs():
|
221 |
with gr.TabItem("About this App"):
|
222 |
create_readme_tab()
|
223 |
+
with gr.TabItem("Live Detection"):
|
224 |
create_detection_tab()
|
225 |
|
226 |
if __name__ == "__main__":
|