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

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-12b-it"
7
  #model_text = "google/gemma-2-27b-it"
8
 
9
  client = InferenceClient()
 
3
 
4
  # Inference
5
 
6
+ model_text = "google/gemma-3-4b-it"
7
  #model_text = "google/gemma-2-27b-it"
8
 
9
  client = InferenceClient()