Skip to content

Commit

Permalink
add Shebang line to video_inference.sh and bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjball committed Aug 13, 2024
1 parent aaea730 commit 30c9463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roboflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from roboflow.models import CLIPModel, GazeModel # noqa: F401
from roboflow.util.general import write_line

__version__ = "1.1.38"
__version__ = "1.1.39"


def check_key(api_key, model, notebook, num_retries=0):
Expand Down
3 changes: 2 additions & 1 deletion tests/manual/video_inference.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python ../../roboflow/roboflowpy.py run_video_inference_api -a -p -v -f
#!/bin/env bash
python ../../roboflow/roboflowpy.py run_video_inference_api -a -p -v -f -fps

0 comments on commit 30c9463

Please sign in to comment.