diginoron commited on
Commit
4f2aa3d
·
verified ·
1 Parent(s): 66bf43b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ token = os.environ.get("HF_TOKEN")
7
 
8
  pipe = pipeline(
9
  "text-generation",
10
- model="google/gemma-2-2b-it",
11
  token=token
12
  )
13
 
 
7
 
8
  pipe = pipeline(
9
  "text-generation",
10
+ model="google/gemma-7b-it-GGUF",
11
  token=token
12
  )
13