Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("#
|
| 62 |
-
gr.Markdown("Upload an image or video to see object detection results
|
| 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():
|