haydpw commited on
Commit
f64aef1
·
verified ·
1 Parent(s): 44c24e0

Delete api/roboflow_inference_client.py

Browse files
Files changed (1) hide show
  1. api/roboflow_inference_client.py +0 -13
api/roboflow_inference_client.py DELETED
@@ -1,13 +0,0 @@
1
- from inference_sdk import InferenceHTTPClient
2
- import dotenv
3
- import os
4
-
5
-
6
-
7
- def create_client(api_key):
8
- client = InferenceHTTPClient(
9
- api_url="https://classify.roboflow.com",
10
- api_key=api_key
11
- )
12
- return client
13
-