Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ try:
|
|
34 |
else:
|
35 |
client = InferenceClient(
|
36 |
model="meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
37 |
-
provider="
|
38 |
token=token
|
39 |
)
|
40 |
logger.info("InferenceClient initialized successfully")
|
|
|
34 |
else:
|
35 |
client = InferenceClient(
|
36 |
model="meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
37 |
+
provider="cerebras",
|
38 |
token=token
|
39 |
)
|
40 |
logger.info("InferenceClient initialized successfully")
|