richardkimsm89 commited on
Commit
79df34e
·
verified ·
1 Parent(s): f8923cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
 
4
  # Inference
5
 
6
- model_text = "google/gemma-3-27b-it"
7
  #model_text = "google/gemma-2-27b-it"
8
 
9
  client = InferenceClient()
 
3
 
4
  # Inference
5
 
6
+ model_text = "google/gemma-3-12b-it"
7
  #model_text = "google/gemma-2-27b-it"
8
 
9
  client = InferenceClient()