Spaces:
Sleeping
Sleeping
Update app.py
Browse filesabacusai/Dracarys-72B-Instruct
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="
|
| 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 |
|