diff --git a/Untitled.ipynb b/Untitled.ipynb index 4050218..8d2a242 100644 --- a/Untitled.ipynb +++ b/Untitled.ipynb @@ -3,7 +3,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "2fb17063", + "id": "aa198a5c", "metadata": {}, "outputs": [ { @@ -40,7 +40,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "059461da", + "id": "0edef439", "metadata": {}, "outputs": [], "source": [ @@ -52,7 +52,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "f5c4e340", + "id": "2b461a3a", "metadata": {}, "outputs": [], "source": [ @@ -69,7 +69,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "fb5d26a2", + "id": "57ac9ea3", "metadata": {}, "outputs": [], "source": [ @@ -82,7 +82,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "e7afdb04", + "id": "41670ee1", "metadata": {}, "outputs": [], "source": [ @@ -96,7 +96,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "5da8897f", + "id": "93bb30e9", "metadata": {}, "outputs": [], "source": [ @@ -118,7 +118,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "2bd5d0a6", + "id": "0c3712cb", "metadata": {}, "outputs": [], "source": [ @@ -142,7 +142,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "f4f2c1a4", + "id": "720ed042", "metadata": {}, "outputs": [ { diff --git a/handler.py b/handler.py index 6535b23..aa8d627 100644 --- a/handler.py +++ b/handler.py @@ -60,6 +60,4 @@ res = inference(model_PATH, image) image_str = image_to_path(res) return {'Output': image_str} - - -handle({'Photo': '/home/jovyan/work/images/test.png'}) \ No newline at end of file + \ No newline at end of file