Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ print("Model loaded successfully.")
|
|
| 34 |
|
| 35 |
@app.get("/")
|
| 36 |
def read_root():
|
| 37 |
-
return {"status": "ok", "message": "PaddleOCR-VL API is running
|
| 38 |
|
| 39 |
@app.get("/test")
|
| 40 |
def test_endpoint():
|
|
|
|
| 34 |
|
| 35 |
@app.get("/")
|
| 36 |
def read_root():
|
| 37 |
+
return {"status": "ok", "message": "PaddleOCR-VL API is running from python"}
|
| 38 |
|
| 39 |
@app.get("/test")
|
| 40 |
def test_endpoint():
|