Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|