Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ async def perform_ocr(file: UploadFile = File(...)):
|
|
79 |
async def test_call():
|
80 |
return {"message": "Hi. I'm running"}
|
81 |
|
82 |
-
import
|
83 |
|
84 |
# Main entry point
|
85 |
if __name__ == "__main__":
|
|
|
79 |
async def test_call():
|
80 |
return {"message": "Hi. I'm running"}
|
81 |
|
82 |
+
import uvicorn
|
83 |
|
84 |
# Main entry point
|
85 |
if __name__ == "__main__":
|