Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from huggingface_hub import InferenceClient
|
|
3 |
|
4 |
# Inference
|
5 |
|
6 |
-
|
7 |
-
model_text = "google/gemma-2-27b-it"
|
8 |
|
9 |
client = InferenceClient()
|
10 |
|
|
|
3 |
|
4 |
# Inference
|
5 |
|
6 |
+
model_text = "google/gemma-3-27b-it"
|
7 |
+
#model_text = "google/gemma-2-27b-it"
|
8 |
|
9 |
client = InferenceClient()
|
10 |
|