CoolFace
Apppublic

BlueWaveSemi45/Dramabox26

sourceHugging Faceotherupdated 4mo agoView on Hugging Face
0likes
44 commits on main
3c0a5ed4mo ago

UI Refinement: remove emoji icons, replace with inline SVGs, and hide unstyled native file input

akhaliq
ac032004mo ago

Streamline studio layout: remove navigation sidebar and empty mockup buttons

akhaliq
73395a84mo ago

style: redesign frontend to clean light interface with Resemble AI teal-green accents

akhaliq
6d2fc974mo ago

style: redesign frontend to match a professional studio console aesthetic

akhaliq
ea259694mo ago

feat: add interactive client-side audio trimmer for voice references

akhaliq
75cc0e64mo ago

style: hide unstylized native file input button with .hidden-input class

akhaliq
97ddbe34mo ago

Implement collapsible sidebar deck and integrate official Resemble.AI mint-teal branding colors

akhaliq
5a6c23f4mo ago

Enhance UI with a highly responsive, clean, and mobile-friendly design

akhaliq
acfc1da4mo ago

Robustly handle audio_ref dict or object in generate_audio endpoint

akhaliq
080fa024mo ago

Update Pydantic to 2.11.10 to resolve Gradio 6 dependency conflict

akhaliq
86ba1e44mo ago

Update Gradio SDK and dependency version to 6.14.0 for Server support

akhaliq
00b19ca4mo ago

Migrate DramaBox to gradio.Server with a custom HTML/CSS/JS frontend

akhaliq
49d22cb4mo ago

Update app.py

ollieollie
20812835mo ago

Drop xformers: FA3 Hopper kernel crashes on ZeroGPU H200

tedi-resemble
d7f5f1a5mo ago

Bump torch 2.4.0 -> 2.8.0 for ZeroGPU compat

tedi-resemble
36a9e0f5mo ago

Add 5 long-form (~30s) examples to the Gradio Examples table

Manmay Nakhashi
040f54b5mo ago

Show LTX acknowledgement banner inside the Gradio app (above the fold)

Manmay Nakhashi
433ac9f5mo ago

Add Reference duration slider (3–30s, default 10s)

Manmay Nakhashi
5cc51a55mo ago

Add explicit Target Duration slider (0–60s) + gen_duration kwarg

Manmay Nakhashi
e6948695mo ago

Move LTX acknowledgement to top of Space README, position DramaBox as Resemble AI's product

Manmay Nakhashi
fdc2b0b5mo ago

Revert: keep DramaBox naming (rebrand reverted per CEO)

Manmay Nakhashi
16367615mo ago

Rebrand: DramaBox → LTX-2.3-Voice

Manmay Nakhashi
c29ae295mo ago

Patch end-of-clip silence prior at latent frame 513 for >20s outputs

Manmay Nakhashi
8018d885mo ago

Drop video_connector + video_aggregate_embed BEFORE .to(device)

Manmay Nakhashi
96ef84a5mo ago

Use richer duration estimator in warm server (sentence + non-verbal aware)

Manmay Nakhashi
ac99a445mo ago

Warm-load TTSServer at module level (IndexTTS pattern)

Manmay Nakhashi
f1c40655mo ago

Add 8 voice references + click-to-generate Examples table

Manmay Nakhashi
b2203ed5mo ago

Replace example dropdown with click-to-generate gr.Examples table

Manmay Nakhashi
91654695mo ago

Default Gradio server to port 7860 (HF Spaces gateway expects this)

Manmay Nakhashi
f9cfdad5mo ago

Pin pydantic==2.10.6 — root cause of the recurring bool-iter crash

Manmay Nakhashi
42453615mo ago

Disable SSR + analytics + auto-API for ZeroGPU compat

Manmay Nakhashi
550cc4a5mo ago

Bump to gradio 5.7.1; drop pydantic/starlette/fastapi 4.x compat pins

Manmay Nakhashi
93ba49e5mo ago

Pin starlette<1.0 + fastapi<0.116 for gradio 4.44.1 TemplateResponse compat

Manmay Nakhashi
96dc22c5mo ago

Pin pydantic==2.10.6 to fix gradio_client schema bool TypeError

Manmay Nakhashi
459924b5mo ago

Pin SDK to 4.44.1 + monkey-patch gradio_client schema bool TypeError

Manmay Nakhashi
05bb8745mo ago

Bump gradio to 5.x to fix gradio_client schema TypeError on bool

Manmay Nakhashi
c0ac8ad5mo ago

Pin torch/torchaudio==2.4.0 to fix ZeroGPU libcudart.so.13 mismatch

Manmay Nakhashi
b8b67ad5mo ago

Refactor for ZeroGPU: lazy TTSServer load + @spaces.GPU decorator

Manmay Nakhashi
8cd49425mo ago

Fetch unsloth bnb-4bit Gemma + Dramabox checkpoints from HF on startup

Manmay Nakhashi
68ad4cc5mo ago

Pin huggingface_hub<1.0 (gradio 4.44.1 still imports HfFolder)

Manmay
18507025mo ago

Restore Space README with sdk frontmatter

Manmay
08c5e285mo ago

DramaBox Space — initial app + vendored ltx2

Manmay
5d085de5mo ago

DramaBox Space README

Manmay
31ad2d75mo ago

initial commit

Manmay