imanoop7 commited on
Commit
8d43dc8
·
verified ·
1 Parent(s): 350047d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from fastapi import FastAPI
5
 
6
  app = FastAPI()
7
 
8
- #hugging face pipline
9
  pipe = pipeline("text2text-generation", model="google/flan-t5-small")
10
 
11
  @app.get("/")
 
5
 
6
  app = FastAPI()
7
 
8
+ #hugging-face pipline
9
  pipe = pipeline("text2text-generation", model="google/flan-t5-small")
10
 
11
  @app.get("/")