CoolFace
Apppublic

aavi21458/sam-audio-webui

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes
26 commits on main
f4c65459mo ago

fix: Fixed the issue in the `merge_chunks_with_crossfade` function handling one-dimensional audio blocks and blocks shorter than the overlap area, and removed redundant dimension expansion operations in `save_audio`.v

Peter Shi
8752ef69mo ago

feat: To implement the audio chunking function with overlapping and cross-fading for processing long audio files, and to add chunk duration control to the UI.

Peter Shi
3cc96509mo ago

Simplify UI - remove tabs, fix example buttons

Peter Shi
a11009d9mo ago

Add progress bar, example only fills data, switch to video tab

Peter Shi
cebdac89mo ago

Restore audio/video preview with tabs

Peter Shi
c12dff89mo ago

Add example with Git LFS for MP4

Peter Shi
42e2df69mo ago

Revert to simple clean UI

Peter Shi
832604f9mo ago

Add video preview with tabs for audio/video upload

Peter Shi
2922fa79mo ago

Add MP4 and video file support

Peter Shi
b02c18a9mo ago

Fix: follow official HF example exactly

Peter Shi
79ced899mo ago

Follow official sam-audio example exactly

Peter Shi
e299ffc9mo ago

Follow sam3 pattern: global model load with spaces.GPU

Peter Shi
341403e9mo ago

Fix: lazy load model inside GPU context for ZeroGPU

Peter Shi
76cf5989mo ago

chore: Update Dependencies

Peter Shi
18f63629mo ago

docs: Update the Gradio SDK version in the README.

Peter Shi
8bd2bf19mo ago

docs: Update the Gradio SDK version to 5.0.0

Peter Shi
ef480669mo ago

docs: Update README metadata to specify the Gradio SDK and its version, and remove python_version

Peter Shi
a7b71999mo ago

Configure ZeroGPU with Python 3.11

Peter Shi
1b3117a9mo ago

feat: Migrate the deployment to the Gradio SDK, integrate the `spaces.GPU` decorator, and remove the Dockerfile.

Peter Shi
d4c742d9mo ago

Switch to Docker SDK with Python 3.12

Peter Shi
0a548409mo ago

Fix python_version format without quotes

Peter Shi
4364cc79mo ago

Require Python 3.11 in requirements.txt

Peter Shi
f01c3129mo ago

Require Python 3.11 for perception-models compatibility

Peter Shi
ea93ac19mo ago

Fix import error by using sam-audio library

Peter Shi
f36ee589mo ago

feat: Added the SAM Audio audio segmentation Web UI based on Gradio and its dependencies.

Peter Shi
8c0dc309mo ago

initial commit

lpeterl