Spaces:
Sleeping
Sleeping
fix
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import InferenceClient
|
|
5 |
HF_MODEL_ID = "rieon/DeepCoder-14B-Preview-Suger"
|
6 |
|
7 |
# explicitly tell the client you want text-generation
|
8 |
-
client = InferenceClient(model=HF_MODEL_ID
|
9 |
|
10 |
def respond(
|
11 |
message: str,
|
|
|
5 |
HF_MODEL_ID = "rieon/DeepCoder-14B-Preview-Suger"
|
6 |
|
7 |
# explicitly tell the client you want text-generation
|
8 |
+
client = InferenceClient(model=HF_MODEL_ID)
|
9 |
|
10 |
def respond(
|
11 |
message: str,
|