diginoron commited on
Commit
3705fa8
·
verified ·
1 Parent(s): a405dab

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-2b-it",
11
  token=token
12
  )
13
 
 
7
 
8
  pipe = pipeline(
9
  "text-generation",
10
+ model="HooshvareLab/gpt2-fa",
11
  token=token
12
  )
13