ahmadmac commited on
Commit
c5ae559
·
verified ·
1 Parent(s): 6a568fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  os.environ["HUGGINGFACEHUB_API_TOKEN"]
7
  pipe = pipeline(
8
  'text2text-generation',
9
- model='google/flan-t5-large',
10
  max_length=60,
11
  do_sample=True,
12
  temperature=0.9
 
6
  os.environ["HUGGINGFACEHUB_API_TOKEN"]
7
  pipe = pipeline(
8
  'text2text-generation',
9
+ model='VMware/flan-t5-large-alpaca',
10
  max_length=60,
11
  do_sample=True,
12
  temperature=0.9