Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), title="Multicentury HTR Demo") as d
|
|
| 162 |
line_img = gr.Image(label="Predicted text lines", type="numpy")
|
| 163 |
gr.Markdown(color_codes)
|
| 164 |
|
| 165 |
-
def run_pipeline(image, request: gr.Request):
|
| 166 |
if request:
|
| 167 |
print("=== Request Information ===")
|
| 168 |
print(f"Request URL: {request.url}")
|
|
|
|
| 162 |
line_img = gr.Image(label="Predicted text lines", type="numpy")
|
| 163 |
gr.Markdown(color_codes)
|
| 164 |
|
| 165 |
+
async def run_pipeline(image, request: gr.Request):
|
| 166 |
if request:
|
| 167 |
print("=== Request Information ===")
|
| 168 |
print(f"Request URL: {request.url}")
|