update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ async def encode_image_to_data_url(file: UploadFile=File(...)) -> str:
|
|
| 77 |
|
| 78 |
@app.get("/")
|
| 79 |
def root():
|
| 80 |
-
return {"message": "
|
| 81 |
|
| 82 |
@app.post("/extract/")
|
| 83 |
async def extract(file: UploadFile = File(...)):
|
|
|
|
| 77 |
|
| 78 |
@app.get("/")
|
| 79 |
def root():
|
| 80 |
+
return {"message": "Llama-4-Scout-17B-16E-Instruct is running."}
|
| 81 |
|
| 82 |
@app.post("/extract/")
|
| 83 |
async def extract(file: UploadFile = File(...)):
|