rehan953 commited on
Commit
7a3f1ab
·
verified ·
1 Parent(s): 31f684f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ Primary goals for reconcile rate:
17
  - footer extraction enabled on all pages with deduplication guard (no double-print if body OCR already captured it)
18
  """
19
 
 
20
  # Patch asyncio first (before Gradio imports it) to suppress Python 3.13 cleanup noise
21
  import asyncio
22
  try:
 
17
  - footer extraction enabled on all pages with deduplication guard (no double-print if body OCR already captured it)
18
  """
19
 
20
+
21
  # Patch asyncio first (before Gradio imports it) to suppress Python 3.13 cleanup noise
22
  import asyncio
23
  try: