midicoth / app.py

Commit History

Fix setExample: escape \n in source code example to avoid JS string syntax error
ac76143

st4ck commited on

Add 5 clickable example phrases in Compress Text tab
5180038

st4ck commited on

Add text input, base64 output/input, 3-tab UI (Compress Text / Compress File / Decompress)
3f05a44

st4ck commited on

Switch to gunicorn, add /health endpoint
3d052c5

st4ck commited on

Replace Gradio with Flask: no analytics, no network deps, pure HTTP
a5d3f72

st4ck commited on

Disable Gradio analytics, add debug prints, explicit server params
9924fec

st4ck commited on

Switch to Docker Space: pre-compile mdc, pin gradio==4.44.0 + huggingface_hub==0.22.2
c0cec1d

st4ck commited on

Disable SSR mode to unblock HF health check
1db6574

st4ck commited on

Fix: use gr.Blocks+JS upload, api_name=False to avoid gr.File schema crash
e7042cd

st4ck commited on

Simplify to gr.TabbedInterface + gr.File, remove all custom HTML/JS
0036124

st4ck commited on

Back to Gradio 4.44.0/Python 3.11, add startup prints, remove spaces dep
32ea44a

st4ck commited on

Make GCC compilation lazy, add diagnostic prints
38c4b4a

st4ck commited on

Rewrite app.py with JS-based file upload, Gradio 5.12.0
1346a5c

st4ck commited on

Downgrade to Gradio 4.44.0 for HF Spaces compatibility
3d6daec

st4ck commited on

Disable SSR mode in Gradio launch
061d0dc

st4ck commited on

Add Gradio app and re-stage PNGs
bb1a206

st4ck commited on