Commit History

Show React app in Gradio embed via full-screen iframe
7e29701
Running
verified

Asma-F commited on

Remove show_api β€” not a valid Blocks.launch() arg in this Gradio 6 build
a65eb0e
verified

Asma-F commited on

Fix: call _orig_create_app(blocks) without cls β€” it is a plain function
b04dc32
verified

Asma-F commited on

Fix create_app cls arg + move theme to launch() for Gradio 6
b55fa72
verified

Asma-F commited on

Fix: App.create_app is plain function in Gradio 6, no __func__
487492b
verified

Asma-F commited on

Monkey-patch Gradio App.create_app to inject React routes β€” one server, no port conflict
df68e59
verified

Asma-F commited on

Delete backfill_curator.py
063e9d8
verified

Asma-F commited on

Delete backfill_class_dates.py
ce513fb
verified

Asma-F commited on

Remove gr.mount_gradio_app and demo β€” eliminates Gradio's competing server on port 7860
32e33b0
verified

Asma-F commited on

Add hackathon track/sponsor/achievement tags, remove blank line in tags block
5cbccc7
verified

Asma-F commited on

Update README.md
ca924a2
verified

Asma-F commited on

Update README: hackathon tags, demo video, social post, sdk:gradio
bcaa63f
verified

Asma-F commited on

switch to sdk: docker + app_custom.py (React UI); avoids Gradio SDK port conflict
cb9aa6c
verified

Asma-F commited on

switch to sdk: docker + app_custom.py (React UI); avoids Gradio SDK port conflict
ba8613f
verified

Asma-F commited on

switch to sdk: docker + app_custom.py (React UI); avoids Gradio SDK port conflict
966ed9c
verified

Asma-F commited on

fix: remove LoginButton (no OAuth configured on Space)
0851fdd
verified

Asma-F commited on

fix: remove gr.LogoutButton (not in Gradio 6); move css/theme/js to Blocks constructor
ddf61ff
verified

Asma-F commited on

switch app_file to app.py (Gradio Blocks); move css/theme/js to Blocks constructor
f025242
verified

Asma-F commited on

switch app_file to app.py (Gradio Blocks); move css/theme/js to Blocks constructor
f13194a
verified

Asma-F commited on

fix(zerogpu): remove spaces from requirements.txt β€” HF pre-installs its own
7a20c8c
verified

Asma-F commited on

fix(zerogpu): remove spaces from requirements.txt β€” HF pre-installs its own
3e308d0
verified

Asma-F commited on

fix(zerogpu): move @spaces.GPU into app_file so HF static scan finds it
58a7764
verified

Asma-F commited on

fix(zerogpu): move @spaces.GPU into app_file so HF static scan finds it
fd11a1b
verified

Asma-F commited on

fix(zerogpu): use canonical @spaces.GPU at module top level
5a922d8
verified

Asma-F commited on

fix(zerogpu): use canonical @spaces.GPU at module top level
e29c47f
verified

Asma-F commited on

fix(zerogpu): use canonical @spaces.GPU at module top level
b84e819
verified

Asma-F commited on

Fix: own FastAPI app (gr.mount_gradio_app) + uvicorn.run β€” full routing control
95dd3d0
verified

Asma-F commited on

Fix routing: mount /api sub-app at router position 0, before Gradio catch-all
b6eb1b2
verified

Asma-F commited on

Fix: move demo.launch() + routes to module level (not __main__ guard) β€” HF SDK imports the module
96c9f25
verified

Asma-F commited on

Fix ZeroGPU: @spaces.GPU unconditional at module level (not inside if BACKEND block)
1814fdc
verified

Asma-F commited on

Fix: import llm before gradio so @spaces.GPU registers before ZeroGPU startup check
3dab631
verified

Asma-F commited on

Fix: import spaces before gradio/torch (CUDA init order for ZeroGPU)
3d2d14b
verified

Asma-F commited on

Deploy: French Coach app (MiniCPM4.1-8B ZeroGPU + React frontend)
4fd1234
verified

Asma-F commited on

initial commit
045dad7
verified

Asma-F commited on