Merge branch 'main' of https://huggingface.co/spaces/haydpw/skin-segmentation-and-scoring
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|