TraceSceneFinal / app.py

Commit History

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

Siddharth Ravikumar commited on

fix: explicitly set Chatbot type to messages
0b60e0c

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

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

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

Siddharth Ravikumar 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

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

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 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

Deploy Chatbot, Animation, and Full TraceScene Application
efaef67

Siddharth Ravikumar commited on