Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import time
|
| 3 |
from fastapi import FastAPI, Request, HTTPException
|
| 4 |
from fastapi.middleware.cors import CORSMiddleware
|
| 5 |
-
from fastapi.responses import Response, JSONResponse, StreamingResponse
|
| 6 |
import httpx
|
| 7 |
from bs4 import BeautifulSoup
|
| 8 |
from typing import List, Dict
|
|
|
|
| 2 |
import time
|
| 3 |
from fastapi import FastAPI, Request, HTTPException
|
| 4 |
from fastapi.middleware.cors import CORSMiddleware
|
| 5 |
+
from fastapi.responses import Response, JSONResponse, StreamingResponse, RedirectResponse
|
| 6 |
import httpx
|
| 7 |
from bs4 import BeautifulSoup
|
| 8 |
from typing import List, Dict
|