jiawenchim commited on
Commit
0e8fbc4
1 Parent(s): 70a42a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='Model used: SSD MobileNet V1 FPN 640x640. For video processing interface, I would like to endorse student 23B712M for his works.'
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