annayding
commited on
Commit
·
1b875e8
1
Parent(s):
51d37d8
debugging
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ def run_owl(input_vid,
|
|
24 |
):
|
25 |
# new_input_vid = input_vid.replace(" ", "_")
|
26 |
# os.rename(input_vid, new_input_vid)
|
|
|
27 |
csv_path, vid_path = owl_full_video(input_vid,
|
28 |
text_prompt,
|
29 |
confidence_threshold,
|
|
|
24 |
):
|
25 |
# new_input_vid = input_vid.replace(" ", "_")
|
26 |
# os.rename(input_vid, new_input_vid)
|
27 |
+
print(input_vid)
|
28 |
csv_path, vid_path = owl_full_video(input_vid,
|
29 |
text_prompt,
|
30 |
confidence_threshold,
|