celikn commited on
Commit
a623a74
·
verified ·
1 Parent(s): 25cd6b1

Update app.py

Browse files

abacusai/Dracarys-72B-Instruct

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ else:
23
  print("UYARI: HF_TOKEN / HUGGINGFACE_HUB_TOKEN bulunamadı, gated modellere erişilemeyebilir.")
24
 
25
  client = InferenceClient(
26
- model="deepseek-ai/DeepSeek-V3.2-Exp",
27
  token=HF_TOKEN if HF_TOKEN else None,
28
  )
29
 
 
23
  print("UYARI: HF_TOKEN / HUGGINGFACE_HUB_TOKEN bulunamadı, gated modellere erişilemeyebilir.")
24
 
25
  client = InferenceClient(
26
+ model="abacusai/Dracarys-72B-Instruct",
27
  token=HF_TOKEN if HF_TOKEN else None,
28
  )
29