Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ app=FastAPI()
|
|
| 8 |
|
| 9 |
|
| 10 |
# Initialize the text generation pipeline
|
| 11 |
-
pipe = pipeline("text-generation", model="google/flan-t5-
|
| 12 |
|
| 13 |
|
| 14 |
@app.get("/")
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
# Initialize the text generation pipeline
|
| 11 |
+
pipe = pipeline("text-generation", model="google/flan-t5-small")
|
| 12 |
|
| 13 |
|
| 14 |
@app.get("/")
|