Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from fastapi import FastAPI
|
|
5 |
|
6 |
app = FastAPI()
|
7 |
|
8 |
-
#hugging
|
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("/")
|