CoolFace
Apppublic

Agents-MCP-Hackathon/video_mcp

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
46 commits on main
e94b0dd1y ago

Fix: Remove duplicate decorator causing AttributeError

jomasego
ee0209c1y ago

Fix: Correct IndentationError and concurrency pattern in modal_whisper_app.py

jomasego
b279e291y ago

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

jomasego
94432551y ago

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

jomasego
86857791y ago

Fix: Final fix for indentation and syntax errors in app.py and modal_whisper_app.py

jomasego
ca1f3b01y ago

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

jomasego
7e2a7421y ago

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

jomasego
b6e00fe1y ago

Fix: Add -movflags +faststart to yt-dlp to resolve moov atom error

jomasego
3c331431y ago

Refactor: Move app to root, update README for new structure and add demo link

jomasego
ae800e31y ago

Fix: Resolve SyntaxError in app.py and add demo link to README

jomasego
d0c18611y ago

Add README.md to configure Hugging Face Space app_file

jomasego
282394c1y ago

Fix: Correct and simplify Gradio frontend for MCP integration

jomasego
b046b1d1y ago

Fix Modal deployment using correct FastAPI endpoint pattern and update frontend

jomasego
50ca0281y ago

Refactor: Use top-level Starlette app in main_asgi

jomasego
38deffc1y ago

Add root GET endpoint for testing FastAPI serving

jomasego
b62deb91y ago

Revert: Restore /analyze_video to handle both URL and file upload

jomasego
996f0271y ago

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

jomasego
cc456c61y ago

Feat: Add CORSMiddleware to FastAPI app for HF Space integration

jomasego
7bd25a71y ago

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

jomasego
3b0e5521y ago

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

jomasego
84320081y ago

Fix: Implement /analyze_topic endpoint to handle calls from Gradio UI

jomasego
c5c4fe41y ago

Fix: Add modal to requirements.txt

jomasego
31285c41y ago

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

jomasego
6f9c3ec1y ago

Stop tracking __pycache__ contents

jomasego
fb2e8d81y ago

Update backend and dependencies

jomasego
0036cd71y ago

Ensure app.py uses MODAL_APP_BASE_URL for frontend

jomasego
b1809481y ago

Initial commit

jomasego
fdfae711y ago

Fix: Remove unsupported 'label' argument from demo_interface

jomasego
663ce4f1y ago

Fix: Remove unsupported 'label' argument from api_interface

jomasego
ff71d321y ago

Fix: Enforce consistent indentation for api_interface to resolve IndentationError

jomasego
c3125341y ago

Fix: Correct IndentationError in api_interface definition

jomasego
5cee17f1y ago

Further update UI text for general video interpretation

jomasego
0e606141y ago

Update Gradio app title

jomasego
87d643a1y ago

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

jomasego
1ff9b411y ago

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

jomasego
00e1afd1y ago

UI: Improve JS for API link, add YouTube note

jomasego
3ddb1391y ago

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

jomasego
b225bec1y ago

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

jomasego
19947b71y ago

Update Hugging Face Space to output JSON and enhance API documentation

jomasego
4e6ea021y ago

docs: Shorten README short_description for HF validation

jomasego
2efe4321y ago

docs: Add mcp-server-track tag to README for Space discoverability

jomasego
f1e05601y ago

feat: Resolve merge conflict in README.md and integrate Space metadata

jomasego
5d99cfb1y ago

feat: Update Modal app and .gitignore

jomasego
0c1f9621y ago

feat: Initial commit of Gradio app for video analysis

jomasego
6a14bb51y ago

initial commit

jomasego
0cff18c1y ago

Initial commit: Add project files and README

jomasego