video_mcp / app.py

Commit History

Refactor: Remove broken and duplicate UI components from app.py
b279e29

jomasego commited on

Fix: Restructure Gradio UI and event handlers in app.py
9443255

jomasego commited on

Fix: Resolve indentation errors in app.py and modal_whisper_app.py
ca1f3b0

jomasego commited on

Fix: Add fn and outputs to gr.Examples to resolve ValueError
7e2a742

jomasego commited on

Fix Modal deployment using correct FastAPI endpoint pattern and update frontend
b046b1d

jomasego commited on

Refactor: Send video URL as JSON to backend to fix 413 error
996f027

jomasego commited on

Fix: Correct NameError in app.py HTTPError exception block (retry)
7bd25a7

jomasego commited on

Fix: Correct NameError for modal_endpoint_url in app.py timeout exception
3b0e552

jomasego commited on

Fix: Correct IndentationError in app.py by wrapping JS in string
31285c4

jomasego commited on

Ensure app.py uses MODAL_APP_BASE_URL for frontend
0036cd7

jomasego commited on

Fix: Remove unsupported 'label' argument from demo_interface
fdfae71

jomasego commited on

Fix: Remove unsupported 'label' argument from api_interface
663ce4f

jomasego commited on

Fix: Enforce consistent indentation for api_interface to resolve IndentationError
ff71d32

jomasego commited on

Fix: Correct IndentationError in api_interface definition
c312534

jomasego commited on

Further update UI text for general video interpretation
5cee17f

jomasego commited on

Update Gradio app title
0e60614

jomasego commited on

Fix: JS ReferenceError for footer link, target 'Share via Link' too
87d643a

jomasego commited on

Fix: Inject JS via gr.Blocks(head=...) for footer text
1ff9b41

jomasego commited on

UI: Improve JS for API link, add YouTube note
00e1afd

jomasego commited on

UI: Change 'Use via API' footer text and add JS for it
3ddb139

jomasego commited on

Fix: Import Dict and Any from typing for app.py
b225bec

jomasego commited on

Update Hugging Face Space to output JSON and enhance API documentation
19947b7

jomasego commited on

Initial commit: Add project files and README
0cff18c

jomasego commited on