Skip to content

Commit 30c9463

Browse files
committed
add Shebang line to video_inference.sh and bump python version
1 parent aaea730 commit 30c9463

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from roboflow.models import CLIPModel, GazeModel # noqa: F401
1616
from roboflow.util.general import write_line
1717

18-
__version__ = "1.1.38"
18+
__version__ = "1.1.39"
1919

2020

2121
def check_key(api_key, model, notebook, num_retries=0):

tests/manual/video_inference.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
python ../../roboflow/roboflowpy.py run_video_inference_api -a -p -v -f
1+
#!/bin/env bash
2+
python ../../roboflow/roboflowpy.py run_video_inference_api -a -p -v -f -fps

0 commit comments

Comments
 (0)