Commit History

fix: FastAPI owns root, mount Gradio at /gradio, fix API path in index.html
a3ed0e7

ashish-doing commited on

fix: absolute URL for API calls from /game context
ef0a5e5

ashish-doing commited on

fix: /game serves index.html, correct API path /gradio_api/run/
abc8f7b

ashish-doing commited on

fix: register routes on demo.app after launch
f6b7ef5

ashish-doing commited on

fix: starlette Route at / and /game before Gradio routes
720f55f

ashish-doing commited on

debug: try both API paths, show full response
179ac94

ashish-doing commited on

debug: show real error in startDungeon alert
6b8c06a

ashish-doing commited on

fix: serve index.html via demo.app route, Gradio at root
d0e0d71

ashish-doing commited on

fix: FastAPI serves index.html at root, Gradio API at /gradio/run/*
ea809e6

ashish-doing commited on

fix: full static HTML UI + pure Gradio API backend, bypass gr.HTML entirely
67226a3

ashish-doing commited on

fix: autoclick init pattern bypasses HF iframe SSE block
a7f8ce3

ashish-doing commited on

fix: demo.load() forces HTML render on Gradio 5.9.1 HF Spaces
05644f9

ashish-doing commited on

feat: rich RPG UI — medieval aesthetic, embedded JS bridge, Nemotron DM backend, no head= bug
3112162

ashish-doing commited on

fix min-height for HTML component visibility
20f4c46

ashish-doing commited on

disable SSR - fixes blank gr.HTML rendering with custom JS bridge
453d125

ashish-doing commited on

v5: pure HTML/JS game UI with global JS bridge, base64 photo upload, fixes gr.HTML script execution bug
7af7501

ashish-doing commited on

fix photo upload: use real Gradio image widgets styled to match game UI
5b21725

ashish-doing commited on

full 3-screen game UI: upload, class select, dungeon combat, loot system
70f43d4

ashish-doing commited on

fix README colorFrom colorTo for HF validation
f5e3014

ashish-doing commited on

multi-room dungeon, boss fight, HF inference DM, pixel UI
a7307ff

ashish-doing commited on

fix: switch back to llama-3.3-70b-versatile
30a8724

ashish-doing commited on

fix: switch to llama3-8b-8192 for Groq free tier
1b5e7cd

ashish-doing commited on

fix: add api_name=False to all handlers to fix Python 3.13 schema crash
c171497

ashish-doing commited on

fix: gr.State default dict to fix Python 3.13 schema error
2b17822

ashish-doing commited on

fix: separate requirements for HF and local off-grid run
b0d0126

ashish-doing commited on

fix: remove gradio from requirements let HF manage it
f2ad9e3

ashish-doing commited on

fix: Groq fallback + pin gradio 5.27.0
44dd1b3

ashish-doing commited on

fix: connect Play buttons to live HF Space
d2c70bc

ashish-doing commited on

deploy: landing page as index.html on main
a9cb13a

ashish-doing commited on

docs: killer README for hackathon judges + fix repo cleanup
1a34daf

ashish-doing commited on

improve: add exponential backoff retry to Modal endpoint via Codex
2894934

ashish-doing commited on

chore: add .gitignore, remove pycache and test image
5910ef8

ashish-doing commited on

feat: SnapQuest - photo-to-RPG game using MiniCPM-V 4.6
660c30f

ashish-doing commited on