Spaces:
Sleeping
Sleeping
pratham0203
commited on
Commit
•
bef26ba
1
Parent(s):
ee186c9
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ app=FastAPI()
|
|
8 |
# Use a pipeline as a high-level helper
|
9 |
|
10 |
|
11 |
-
pipe = pipeline("
|
12 |
|
13 |
|
14 |
@app.get("/")
|
|
|
8 |
# Use a pipeline as a high-level helper
|
9 |
|
10 |
|
11 |
+
pipe = pipeline("text2text-generation", model="Salesforce/codet5-small")
|
12 |
|
13 |
|
14 |
@app.get("/")
|