Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ pipe =pipeline("text2text-generation", model="google/flan-t5-small")
|
|
| 7 |
|
| 8 |
@app.get("/")
|
| 9 |
def home():
|
| 10 |
-
return {"message","Hello
|
| 11 |
|
| 12 |
@app.get("/asking")
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
@app.get("/")
|
| 9 |
def home():
|
| 10 |
+
return {"message","Hello Userss"}
|
| 11 |
|
| 12 |
@app.get("/asking")
|
| 13 |
|