Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ from fastapi import FastAPI, HTTPException, Request
|
|
2 |
import requests
|
3 |
from bs4 import BeautifulSoup
|
4 |
import os
|
|
|
5 |
|
6 |
app = FastAPI()
|
7 |
|
|
|
2 |
import requests
|
3 |
from bs4 import BeautifulSoup
|
4 |
import os
|
5 |
+
import base64
|
6 |
|
7 |
app = FastAPI()
|
8 |
|