Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
09u2h4n/Plwrftapi
AZILS
/
Plwrftapi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Plwrftapi
/
app.py
09u2h4n
app.py test1
499e1bc
about 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
200 Bytes
from
fastapi
import
FastAPI
from
take_ss
import
take_screenshot
import
os
app = FastAPI()
pwd = os.getcwd()
@app.get(
"/"
)
def
greet_json
():
return
{
"Sonuc"
: take_screenshot(
"https:google.com"
)}