Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def process_lbw_detection(uploaded_video_file):
|
|
| 11 |
|
| 12 |
def create_lbw_ui():
|
| 13 |
with gr.Blocks() as demo:
|
| 14 |
-
gr.Markdown("###
|
| 15 |
|
| 16 |
# File upload component, we can use `gr.File()` for video upload
|
| 17 |
uploaded_video_file = gr.File(label="Upload a Match Video", type="filepath", interactive=True)
|
|
|
|
| 11 |
|
| 12 |
def create_lbw_ui():
|
| 13 |
with gr.Blocks() as demo:
|
| 14 |
+
gr.Markdown("### 🏏 GullyDRS - AI Powered Gully Cricket Review System")
|
| 15 |
|
| 16 |
# File upload component, we can use `gr.File()` for video upload
|
| 17 |
uploaded_video_file = gr.File(label="Upload a Match Video", type="filepath", interactive=True)
|