find gsutil on linux (#557)

* find gsutil on linux

* cleaned up downloader and ditched gsutil

Co-authored-by: dan <dan@nod-labs.com>
This commit is contained in:
Daniel Garvey
2022-12-05 21:03:48 -06:00
committed by GitHub
parent b0dc19a910
commit bba8646669
20 changed files with 99 additions and 250 deletions

View File

@@ -1,7 +1,6 @@
import numpy as np
import tensorflow as tf
from shark.shark_inference import SharkInference
from shark.shark_downloader import download_tf_model
def load_and_preprocess_image(fname: str):