Commit History

fix: resolve [object Object] and implement streaming chat
49a8c05
Running

Siddharth Ravikumar commited on

fix: robust chat parsing and visibility fixes
e1b2f61

Siddharth Ravikumar commited on

debug: add diagnostic logging to chat
0c2e108

Siddharth Ravikumar commited on

debug: log history structure in chat_respond
98a7a2b

Siddharth Ravikumar commited on

fix: remove unsupported 'type' arg from Chatbot
66aa6ed

Siddharth Ravikumar commited on

fix: explicitly set Chatbot type to messages
0b60e0c

Siddharth Ravikumar commited on

feat: implement phone-home debugging for frontend errors
73001cc

Siddharth Ravikumar commited on

debug: add Gradio version to health and enhance frontend logging
4355d54

Siddharth Ravikumar commited on

feat: add /api/debug/logs for remote log inspection
a553e11

Siddharth Ravikumar commited on

fix: make Chat Agent robust with detailed logging and GPU-context loading
1f69fb6

Siddharth Ravikumar commited on

fix: remove unsupported 'type' argument from gr.Chatbot for Gradio 5.x compatibility
f9d2cd6

Siddharth Ravikumar commited on

fix: Chat Agent server error — update to Gradio 6.x Chatbot messages format
75dd0a2

Siddharth Ravikumar commited on

Implement robust Gradio API path resolution with fallback and logging
30d0de3

Siddharth Ravikumar commited on

fix: update Gradio API prefix to /gradio_api/call/ for ZeroGPU compatibility
3f631e6

Siddharth Ravikumar commited on

feat: re-enable Run AI Analytics for user cases in TraceSceneFinal, keeping reference cases disabled
a023831

Siddharth Ravikumar commited on

feat: disable RUN AI ANALYTICS button for all cases as requested
bf32906

Siddharth Ravikumar commited on

fix: refactor image loading to match TraceSceneUI structure using root-relative paths and direct directory mounting
e08a816

Siddharth Ravikumar commited on

fix: resolve broken image issue for uploaded and reference case photos by using standard API endpoints and avoiding /static prefix conflict with Gradio
c9459d7

Siddharth Ravikumar commited on

feat: implement proper markdown formatting for scene analysis
c1b133d

Siddharth Ravikumar commited on

fix: correct Gradio API path to /call/
656a6ab

Siddharth Ravikumar commited on

fix: downgrade sdk_version to 6.8.0 and fix health_fn AttributeError
4bd03ca

Siddharth Ravikumar commited on

Upload folder using huggingface_hub
d015fd0
verified

SiddharthVenba commited on

feat: integrate static reference cases and update REST API
e8a1503

Siddharth Ravikumar commited on

Fix chat backend to use chat_engine text module instead of inference_engine vision module
7ff4a07

Siddharth Ravikumar commited on

Add HF token for ZeroGPU auth
287e21d

Siddharth Ravikumar commited on

fix: add credentials 'include' to fetch calls for ZeroGPU Pro quota recognition
fe740a0

Siddharth Ravikumar commited on

fix: save inference errors to DB to display in UI
de82703

Siddharth Ravikumar commited on

fix: robust SSE chunk parsing for ZeroGPU
87c0e77

Siddharth Ravikumar commited on

fix: parse ZeroGPU SSE event format (event: complete/error)
02064e2

Siddharth Ravikumar commited on

fix: replace EventSource with fetch-based SSE for ZeroGPU compatibility
98fef64

Siddharth Ravikumar commited on

Fix Gradio SSE Connection error by removing nested ZeroGPU decorators
da7d5c0

Siddharth Ravikumar commited on

Fix indentation error in app.py
2a71103

Siddharth Ravikumar commited on

Wrap run_analysis_fn in try-except to return structured tracebacks
d1b7eeb

Siddharth Ravikumar commited on

Fix gradio API call paths after removing /api prefix
f658e30

Siddharth Ravikumar commited on

Fix duplicate /api/api path prefix in FastAPI router
8273d80

Siddharth Ravikumar commited on

Fix ZeroGPU by manually triggering startup_report during FastAPI startup
dd6df30

Siddharth Ravikumar commited on

Mount Gradio at / to satisfy ZeroGPU proxy limits
47ed39d

Siddharth Ravikumar commited on

Pull Spaces decorators up
aef3662

Siddharth Ravikumar commited on

Fix ZeroGPU Detection by wrapping top-level Gradio handlers
55e8306

Siddharth Ravikumar commited on

Add missing requirements.txt with aiosqlite
2f36edd

Siddharth Ravikumar commited on

Deploy Chatbot, Animation, and Full TraceScene Application
efaef67

Siddharth Ravikumar commited on