Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def doo(video, progress=gr.Progress()):
|
|
173 |
return final_video, tracking_preds
|
174 |
|
175 |
|
176 |
-
examples = [['
|
177 |
|
178 |
title = "🎞️ MEMTrack Bacteria Tracking Video Tool"
|
179 |
description = "Upload a video or selct from example to track. <br><br> If the input video does not play on browser, ensure its in a browser accetable format. Output will be generated iirespective of playback on browser. Refer: https://colab.research.google.com/drive/1U5pX_9iaR_T8knVV7o4ftKdDoGndCdEM?usp=sharing"
|
|
|
173 |
return final_video, tracking_preds
|
174 |
|
175 |
|
176 |
+
examples = [['RBS_2_4_h264.mp4'], ['RBS_4_4_h264.mp4'], ['RBS_7_6_h264.mp4']]
|
177 |
|
178 |
title = "🎞️ MEMTrack Bacteria Tracking Video Tool"
|
179 |
description = "Upload a video or selct from example to track. <br><br> If the input video does not play on browser, ensure its in a browser accetable format. Output will be generated iirespective of playback on browser. Refer: https://colab.research.google.com/drive/1U5pX_9iaR_T8knVV7o4ftKdDoGndCdEM?usp=sharing"
|