ahd75 commited on
Commit
dff8ea2
·
verified ·
1 Parent(s): 1dffa15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():