CoolFace
Apppublic

Ary4r/software-defect-prediction-api

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
47 commits on main
449ada11mo ago

fix: pin starlette<0.39.0 and set server_name=0.0.0.0 in demo.launch()

Ary4r
9bc2c231mo ago

fix: update fastapi requirement to >=0.115.0 to fix gradio Pydantic v2 compatibility error

Ary4r
af8b8401mo ago

fix: update pydantic requirement for python 3.14 compatibility

Ary4r
0cd2eb71mo ago

fix: change scikit-learn version requirement to >=1.7.0 for Python 3.10 compatibility

Ary4r
f95fecd1mo ago

fix: remove share=True and update scikit-learn version requirement

Ary4r
d6fe5bf1mo ago

Update app.py and sync with Hugging Face Space

Ary4r
5a4f6e21mo ago

Update app.py demo.launch(share=True)

Ary4r
41711881mo ago

Final push: Enable share=True in demo.launch()

Ary4r
7b1c0191mo ago

Support both /docs and /docs/ trailing slash URL formats

Ary4r
e1dea8d1mo ago

Decorate predict_defect_gradio with @spaces.GPU for HF ZeroGPU compatibility

Ary4r
3f0f5e51mo ago

Remove spaces GPU decorator to fix ZeroGPU PyTorch emulation error during prediction

Ary4r
77b5f8c1mo ago

Add /docs and /openapi.json routes to Gradio demo.app

Ary4r
95acb361mo ago

Add dummy @spaces.GPU function to resolve ZeroGPU runtime check

Ary4r
4ffda041mo ago

Set server_name='0.0.0.0' and remove share=True for clean HF Space server launch

Ary4r
1096f861mo ago

Update app.py demo.launch(share=True)

Ary4r
106efd41mo ago

Add share=True to demo.launch()

Ary4r
fc102ee1mo ago

Upgrade Gradio sdk_version to 4.44.1 in README.md

Ary4r
952b94a1mo ago

Move import gradio as gr to line 4 at top of app.py

Ary4r
d38244a1mo ago

Launch blocking Gradio 4.44.0 server on 0.0.0.0:7860 to keep HF Space active

Ary4r
3e53f7c1mo ago

Remove gradio from requirements.txt to resolve version conflict with README.md

Ary4r
07d377f1mo ago

Update dependencies and push to Hugging Face Space

Ary4r
5762cb41mo ago

Pin fastapi==0.104.1 and pydantic<2.6.0 to fix FieldInfo AttributeError

Ary4r
ce6ccb01mo ago

Pin starlette<0.28.0 to fix TemplateResponse unhashable dict error

Ary4r
add38541mo ago

Use automatic demo.launch() HF Space launcher

Ary4r
4a7c0ca1mo ago

Fix NameError by placing import gradio as gr at top of app.py

Ary4r
4aae7b41mo ago

Pass app object directly to uvicorn.run(app) to prevent re-import shutdown

Ary4r
ed2cf571mo ago

Run uvicorn.run('app:app', host='0.0.0.0', port=7860) to host Gradio 4.44.0 LTS server

Ary4r
032c7ea1mo ago

Launch blocking Gradio 4.44.0 LTS server on port 7860 to prevent Exit code 0

Ary4r
1564eac1mo ago

Standardize deployment to Gradio 4.44.0 LTS + FastAPI on HF Space

Ary4r
579ba8d1mo ago

Force CPU mode CUDA_VISIBLE_DEVICES='' and import spaces before PyTorch

Ary4r
ef66e1d1mo ago

Set GRADIO_SSR=0 env var to disable Node SSR proxy before importing gradio

Ary4r
7645ec11mo ago

Disable Node.js SSR proxy in demo.launch(ssr=False) for direct Python FastAPI server

Ary4r
62f8dfc1mo ago

Move import gradio as gr to top of app.py before PyTorch initialization

Ary4r
9c972d11mo ago

Merge FastAPI router into demo.app and launch blocking server on port 7860

Ary4r
ebcc85d1mo ago

Export top-level app object for HF Space supervisor without uvicorn.run

Ary4r
451c1481mo ago

Run uvicorn server directly on mounted app to serve port 7860

Ary4r
e3befd61mo ago

Explicitly set server_name 0.0.0.0 and server_port 7860 in demo.launch()

Ary4r
b96da541mo ago

Execute demo.launch() unconditionally to keep HF Space module import alive

Ary4r
ad6a0bf1mo ago

Use demo.launch() to manage Gradio server lifecycle on HF Space

Ary4r
e53afc61mo ago

Start uvicorn server on port 7860 to keep app process alive

Ary4r
469dfad1mo ago

Remove redundant uvicorn.run to prevent port 7860 binding error

Ary4r
dadebf51mo ago

Fix import conflict between app.py file and app/ folder

Ary4r
d77a4281mo ago

Remove pinned gradio and huggingface_hub to allow HF Space Gradio 6.25.0

Ary4r
bd61d0c1mo ago

Pin huggingface_hub<0.22.0 to resolve HfFolder import issue

Ary4r
ae488bf1mo ago

Update Gradio version to 4.44.0 to fix huggingface_hub HfFolder import error

Ary4r
5bd26711mo ago

Add README.md with HF Space metadata config

Ary4r
617f1941mo ago

Deploy software defect prediction API to Hugging Face Spaces

Ary4r