Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,6 @@ def predict_video(video_file):
|
|
54 |
REPO_ID = "kks24/highlighter-pen-post-it-notes"
|
55 |
detection_model = load_model(REPO_ID)
|
56 |
|
57 |
-
# Improved UI with image and video upload
|
58 |
with gr.Blocks() as app:
|
59 |
gr.Markdown("Highlighter Pen & Post-it Notes Detector - 4183940K")
|
60 |
gr.Markdown("Upload an image or a video to detect Highlighter Pen & Post-it Notes")
|
|
|
54 |
REPO_ID = "kks24/highlighter-pen-post-it-notes"
|
55 |
detection_model = load_model(REPO_ID)
|
56 |
|
|
|
57 |
with gr.Blocks() as app:
|
58 |
gr.Markdown("Highlighter Pen & Post-it Notes Detector - 4183940K")
|
59 |
gr.Markdown("Upload an image or a video to detect Highlighter Pen & Post-it Notes")
|