From eeb65e3fafdf5c68a64ead265f7d7381d9de3d09 Mon Sep 17 00:00:00 2001 From: Charles Frye Date: Tue, 30 Jul 2024 18:07:52 -0400 Subject: [PATCH] Update doc_ocr_webapp.py (#826) --- 09_job_queues/doc_ocr_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_job_queues/doc_ocr_webapp.py b/09_job_queues/doc_ocr_webapp.py index 75ac862f8..1a79ba98b 100644 --- a/09_job_queues/doc_ocr_webapp.py +++ b/09_job_queues/doc_ocr_webapp.py @@ -11,7 +11,7 @@ # tasks to a separate Modal app defined in the [Job Queue # tutorial](/docs/examples/doc_ocr_jobs), polls until the task is completed, and displays # the results. Try it out for yourself -# [here](https://modal-labs-example-doc-ocr-webapp-wrapper.modal.run/). +# [here](https://modal-labs--example-doc-ocr-webapp-wrapper.modal.run/). # # ![receipt parser frontend](./receipt_parser_frontend.jpg)