Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,7 @@ from PIL.Image import open as image_open
|
|
13 |
from fastapi import FastAPI, Request
|
14 |
from fastapi.responses import HTMLResponse, JSONResponse
|
15 |
from httpx import AsyncClient
|
16 |
-
from patchright.async_api import async_playwright
|
17 |
-
from playwright.async_api import FilePayload, Request as PlaywrightRequest, async_playwright
|
18 |
from prlps_fakeua import UserAgent
|
19 |
from starlette.responses import Response
|
20 |
|
|
|
13 |
from fastapi import FastAPI, Request
|
14 |
from fastapi.responses import HTMLResponse, JSONResponse
|
15 |
from httpx import AsyncClient
|
16 |
+
from patchright.async_api import FilePayload, Request as PlaywrightRequest, async_playwright
|
|
|
17 |
from prlps_fakeua import UserAgent
|
18 |
from starlette.responses import Response
|
19 |
|