asdyns commited on
Commit
2937cf9
1 Parent(s): ec8c4a8

update fastapi package name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastapi import FastAPI
2
  from transformers import pipeline
3
 
4
- app = FASTAPI()
5
 
6
  pipe = pipeline("text2text-generation", model="google/flan-t5-small")
7
 
 
1
  from fastapi import FastAPI
2
  from transformers import pipeline
3
 
4
+ app = FastAPI()
5
 
6
  pipe = pipeline("text2text-generation", model="google/flan-t5-small")
7