Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ except ImportError:
|
|
| 27 |
PYGMUPDF_AVAILABLE = False
|
| 28 |
|
| 29 |
# API Configuration
|
| 30 |
-
API_URL = "https://
|
| 31 |
TOKEN = os.getenv("API_TOKEN")
|
| 32 |
|
| 33 |
# Temporary directory management
|
|
|
|
| 27 |
PYGMUPDF_AVAILABLE = False
|
| 28 |
|
| 29 |
# API Configuration
|
| 30 |
+
API_URL = "https://cf38vaydqdl2l4p2.aistudio-hub.baidu.com/layout-parsing"
|
| 31 |
TOKEN = os.getenv("API_TOKEN")
|
| 32 |
|
| 33 |
# Temporary directory management
|