MikkoLipsanen commited on
Commit
02d115c
·
verified ·
1 Parent(s): 3b287b1

Update app.py

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