Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Thompson001
/
crack-api
like
1
Build error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
Update app.py
#3
by
thompson1234
- opened
Dec 8, 2025
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -70,3 +70,4 @@ async def predict(img: UploadFile = File(...)):
70
71
if __name__ == "__main__":
72
uvicorn.run(app, host="0.0.0.0", port=7860)
70
71
if __name__ == "__main__":
72
uvicorn.run(app, host="0.0.0.0", port=7860)
73
+