CoolFace
Apppublic

Smnbrzq/muse-glimmer-pipecat-agent

sourceHugging Faceupdated 1d agoView on Hugging Face
0likes
31 commits on main
767f78e1d ago

pure fastapi: drop gradio to avoid double-bind

Smnbrzq
c4e25661d ago

fix: pin gradio==6.28.0 to match builder

Smnbrzq
eba5eb71d ago

fix: gradio 5 for huggingface_hub compat

Smnbrzq
de6c5441d ago

repurpose: Gemini Live phone relay

Smnbrzq
96e838f17d ago

Create README.md

Smnbrzq
e7fdc7e17d ago

Create app.py

Smnbrzq
37dfd3617d ago

Create requirements.txt

Smnbrzq
2c6e52b17d ago

Delete requirements.txt

Smnbrzq
3bf042e17d ago

Delete index.html

Smnbrzq
d8e5a0a17d ago

Delete app.py

Smnbrzq
a28cf3f17d ago

Delete README.md

Smnbrzq
377c1dd17d ago

Delete .gitattributes

Smnbrzq
e15089a2mo ago

Make text-only example chips send immediately

akhaliq
7f3ba912mo ago

Media example chips use public URLs from vl-test-suite

akhaliq
96726132mo ago

Add clickable example prompt chips

akhaliq
a4327db2mo ago

Use dtype= instead of deprecated torch_dtype

akhaliq
3d0c68f2mo ago

Simplify controls: use model generation defaults, keep reasoning strength only

akhaliq
4cde5382mo ago

Blog alignment: reasoning_strength template kwarg, video input support

akhaliq
00d07aa2mo ago

Show reasoning in collapsible block; simplify header nav

akhaliq
bed9a722mo ago

Annotate chat return type so api outputs are inferred; filter reasoning preamble

akhaliq
f67dfc92mo ago

Restyle chat UI to Meta AI dark theme with orb hero

akhaliq
027d96b2mo ago

Fix submit iterator: read status from event stream (no .on)

akhaliq
e39cfc22mo ago

Serve homepage as HTMLResponse

akhaliq
5e288ca2mo ago

Convert to gradio.Server backend + custom HTML/JS frontend

akhaliq
a82ce962mo ago

Switch to ZeroGPU xlarge (96GB) with 240s duration

akhaliq
5d245cc2mo ago

Stream output tokens via TextIteratorStreamer

akhaliq
eae5ab92mo ago

Fix examples format for additional_inputs (list of lists)

akhaliq
02730dd2mo ago

Switch to multimodal gr.ChatInterface with ZeroGPU large

akhaliq
8fa34f62mo ago

Add torchvision dependency for image processor

akhaliq
79b56f32mo ago

Add Gradio app: HF-style logo maker + ZeroGPU multimodal chat

akhaliq
b5ee52b2mo ago

initial commit

akhaliq