Dooratre commited on
Commit
e45f4fb
·
verified ·
1 Parent(s): 0758461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=25):
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
  {