rohitjakkam commited on
Commit
caf37fa
·
verified ·
1 Parent(s): 165a973

Update app.py

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