Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ with gr.Blocks(title="🐦 Smart Bird Tracker") as demo:
|
|
| 72 |
gr.Markdown("Describe the bird you are looking for in **English**, **Spanish**, or **Hebrew**, and the AI will find the closest matches!")
|
| 73 |
|
| 74 |
# The Video Player
|
| 75 |
-
|
| 76 |
# Use the direct internet link to bypass Hugging Face's local file block!
|
| 77 |
|
| 78 |
with gr.Row():
|
|
|
|
| 72 |
gr.Markdown("Describe the bird you are looking for in **English**, **Spanish**, or **Hebrew**, and the AI will find the closest matches!")
|
| 73 |
|
| 74 |
# The Video Player
|
| 75 |
+
gr.Video(value="video.mp4", label="Project Presentation Video")
|
| 76 |
# Use the direct internet link to bypass Hugging Face's local file block!
|
| 77 |
|
| 78 |
with gr.Row():
|