kks24 commited on
Commit
c18b324
·
verified ·
1 Parent(s): 166f52f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")