Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Thompson001
/
crack-api
like
1
Sleeping
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
+