Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from huggingface_hub import InferenceClient
|
|
3 |
import json
|
4 |
import os
|
5 |
|
6 |
-
|
7 |
-
client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
|
8 |
|
9 |
def respond(
|
10 |
message,
|
|
|
3 |
import json
|
4 |
import os
|
5 |
|
6 |
+
client = InferenceClient("google/gemma-3-27b-it")
|
7 |
+
# client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
|
8 |
|
9 |
def respond(
|
10 |
message,
|