Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ print(f"Debug: CloudConvert Token exists = {cloudconvert_token is not None}")
|
|
| 17 |
# Initialize the client with Cerebras
|
| 18 |
client = InferenceClient(
|
| 19 |
"meta-llama/Llama-3.3-70B-Instruct",
|
| 20 |
-
provider="
|
| 21 |
token=hf_token
|
| 22 |
)
|
| 23 |
|
|
|
|
| 17 |
# Initialize the client with Cerebras
|
| 18 |
client = InferenceClient(
|
| 19 |
"meta-llama/Llama-3.3-70B-Instruct",
|
| 20 |
+
provider="cerebras",
|
| 21 |
token=hf_token
|
| 22 |
)
|
| 23 |
|