Spaces:
Runtime error
Runtime error
Commit ·
0e8fbc4
1
Parent(s): 70a42a9
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ tab2 = gr.Interface(
|
|
| 137 |
outputs=gr.File(label="output"),
|
| 138 |
title='Video - Object Detection (Battery and Dice)',
|
| 139 |
examples=[["Three Dice Trick.mp4"],["Look at the fork and battery-in power.mp4"]],
|
| 140 |
-
description='
|
| 141 |
)
|
| 142 |
|
| 143 |
|
|
|
|
| 137 |
outputs=gr.File(label="output"),
|
| 138 |
title='Video - Object Detection (Battery and Dice)',
|
| 139 |
examples=[["Three Dice Trick.mp4"],["Look at the fork and battery-in power.mp4"]],
|
| 140 |
+
description='For video processing interface, I would like to endorse student 23B712M for his works. \n Model used: SSD MobileNet V1 FPN 640x640. \n Remarks: Running inference on Three Dice Tricks will take roughly 15-20mins'
|
| 141 |
)
|
| 142 |
|
| 143 |
|