haydpw commited on
Commit
25f4d43
·
2 Parent(s): d92091c f64aef1

Merge branch 'main' of https://huggingface.co/spaces/haydpw/skin-segmentation-and-scoring

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
-