Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def log(step, msg):
|
|
| 38 |
# =========================
|
| 39 |
SCREENSHOT_API = "https://corvo-ai-xx-sc.hf.space/capture"
|
| 40 |
|
| 41 |
-
def capture_screenshots(urls, width=1080, height=1920, full_page=True, timeout=
|
| 42 |
"""
|
| 43 |
Calls the screenshot API with one or more URLs and returns a dict:
|
| 44 |
{
|
|
|
|
| 38 |
# =========================
|
| 39 |
SCREENSHOT_API = "https://corvo-ai-xx-sc.hf.space/capture"
|
| 40 |
|
| 41 |
+
def capture_screenshots(urls, width=1080, height=1920, full_page=True, timeout=400):
|
| 42 |
"""
|
| 43 |
Calls the screenshot API with one or more URLs and returns a dict:
|
| 44 |
{
|