Anil777K commited on
Commit
7bbd590
·
verified ·
1 Parent(s): a218d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ print("Loading local model...")
19
 
20
  generator = pipeline(
21
  "text-generation",
22
- google/flan-t5-base
23
  device_map="auto"
24
  )
25
 
 
19
 
20
  generator = pipeline(
21
  "text-generation",
22
+ model="google/flan-t5-base",
23
  device_map="auto"
24
  )
25