Spaces:
Runtime error
Runtime error
MD Musfiqure Rahim commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def respond(
|
|
| 20 |
):
|
| 21 |
# Initialize the Inference Client with the provided OAuth token
|
| 22 |
# Model: mx-llms/BLM
|
| 23 |
-
client = InferenceClient(token=hf_token.token, model='
|
| 24 |
|
| 25 |
messages = [{"role": "system", "content": system_message}]
|
| 26 |
|
|
|
|
| 20 |
):
|
| 21 |
# Initialize the Inference Client with the provided OAuth token
|
| 22 |
# Model: mx-llms/BLM
|
| 23 |
+
client = InferenceClient(token=hf_token.token, model='google/gemma-4-E2B-it')
|
| 24 |
|
| 25 |
messages = [{"role": "system", "content": system_message}]
|
| 26 |
|