richardkimsm89 commited on
Commit
62c5fe5
·
verified ·
1 Parent(s): e6bccda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ 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()
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