rieon commited on
Commit
c9180f1
·
1 Parent(s): b03ab53
Files changed (1) hide show
  1. app.py +1 -1
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, task="text-generation")
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,