Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
os.environ["HUGGINGFACEHUB_API_TOKEN"]
|
7 |
pipe = pipeline(
|
8 |
'text2text-generation',
|
9 |
-
model='
|
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
|