Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def get_embedding(text):
|
|
| 18 |
|
| 19 |
@app.get("/")
|
| 20 |
def home():
|
| 21 |
-
return
|
| 22 |
|
| 23 |
@app.post("/embed")
|
| 24 |
async def embed_text(data: dict):
|
|
|
|
| 18 |
|
| 19 |
@app.get("/")
|
| 20 |
def home():
|
| 21 |
+
return "หวัดดี คุณกำลังเข้าสู่บริการรับฝากหัวใจ API ใช้ post .../embed"
|
| 22 |
|
| 23 |
@app.post("/embed")
|
| 24 |
async def embed_text(data: dict):
|