scfive commited on
Commit
95982ed
·
verified ·
1 Parent(s): 4d4428a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ def detect_on_video(video):
58
 
59
  # Gradio Interface using Blocks
60
  with gr.Blocks() as app:
61
- gr.Markdown("# WALDO30 YOLOv8 Object Detection")
62
- gr.Markdown("Upload an image or video to see object detection results using the WALDO30 YOLOv8 model.")
63
 
64
  # Image processing block
65
  with gr.Row():
 
58
 
59
  # Gradio Interface using Blocks
60
  with gr.Blocks() as app:
61
+ gr.Markdown("# Sat ESPR View")
62
+ gr.Markdown("Upload an image or video to see object detection results.")
63
 
64
  # Image processing block
65
  with gr.Row():