Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
from fastapi import FastAPI,
|
|
|
2 |
from urllib.parse import unquote
|
3 |
import uvicorn
|
4 |
from scrapling import Fetcher
|
|
|
1 |
+
from fastapi import FastAPI, Request, HTTPException
|
2 |
+
from fastapi.responses import PlainTextResponse
|
3 |
from urllib.parse import unquote
|
4 |
import uvicorn
|
5 |
from scrapling import Fetcher
|