CoolFace
Apppublic

Cerberus149/remembrance-soundscapes

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
50 commits on main
ec970b66mo ago

Keep GPU duration at 60s for both functions

quirkythings
c3931cb6mo ago

Restore GPU durations (240s/180s) for paid GPU tier

quirkythings
dbb1b826mo ago

Update README.md

quirkythings
3ead5756mo ago

Reduce @spaces.GPU duration to 60s — ZeroGPU max exceeded with 240s/180s

quirkythings
5964b6a6mo ago

Add error logging to _pipeline_inner Step 1 to expose GPU allocation failures

quirkythings
999ed036mo ago

Remove gr.Progress (was blocking pipeline) + add step logging

quirkythings, Claude Sonnet 4.6
cf70ef16mo ago

Update repo references: sonic-runs-assets → remembrance-soundscapes

quirkythings, Claude Sonnet 4.6
844b4706mo ago

Add gr.Progress phase updates to pipeline

quirkythings, Claude Sonnet 4.6
41c7cc36mo ago

Retry upload_to_github on 409 SHA mismatch

quirkythings, Claude Sonnet 4.6
780c2856mo ago

Remove archive tab from app.py

quirkythings, Claude Sonnet 4.6
8fc6a986mo ago

switching to zerogpu

quirkythings
3a512426mo ago

Fix README — move switch instructions out of frontmatter (YAML comments not supported by HF)

quirkythings
d9b09dd6mo ago

Rewrite README to reflect current state of the project

quirkythings
d60d23c6mo ago

Add inline switch instructions to README frontmatter

quirkythings
b00aef56mo ago

Make switching modes a single README edit

quirkythings, Claude Sonnet 4.6
cf77f7c6mo ago

Add one-command switch scripts for ZeroGPU vs paid GPU

quirkythings, Claude Sonnet 4.6
7fcb7586mo ago

Bump gradio sdk_version to 5.25.0 to fix boolean JSON schema bug

quirkythings, Claude Sonnet 4.6
37c4cf06mo ago

Fix gradio HfFolder import error

quirkythings, Claude Sonnet 4.6
fac4adc6mo ago

Pin torchaudio==2.9.1 to match HF base torch, drop unpinned torch

quirkythings, Claude Sonnet 4.6
c7c2c706mo ago

Remove flash-attn — cannot build without torch pre-installed in Gradio SDK

quirkythings, Claude Sonnet 4.6
141883e6mo ago

Switch to Gradio SDK for ZeroGPU support

quirkythings, Claude Sonnet 4.6
f7018166mo ago

Use Copenhagen timezone (Europe/Copenhagen) for timestamps

quirkythings, Claude Sonnet 4.6
b8d3b9b6mo ago

Fix counter: derive next ID from records.csv instead of counter.txt

quirkythings, Claude Sonnet 4.6
48897f86mo ago

Increase GPU timeout: vision 60s→240s, audio 60s→180s

quirkythings, Claude Sonnet 4.6
6eeeefe6mo ago

Add pending.json tracking and explicit queue for multi-user support

quirkythings, Claude Sonnet 4.6
52b67e86mo ago

Bind Gradio to 0.0.0.0 so HF Space can reach it

quirkythings, Claude Sonnet 4.6
36250696mo ago

Remove app_file from Docker SDK space frontmatter

quirkythings, Claude Sonnet 4.6
101fa936mo ago

Remove conflicting flash-attn wheel from requirements.txt

quirkythings, Claude Sonnet 4.6
8af06bd6mo ago

fix: add pre-built flash-attn wheel to avoid source compilation

quirkythings
c16c8bf6mo ago

fix: remove pandas>=2.1.0 pin — not needed on Python 3.10, conflicts with stable-audio-tools

quirkythings
868d1ad6mo ago

fix: install packaging + ninja before flash-attn build

quirkythings
e5c175f6mo ago

fix: use nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04 (valid tag)

quirkythings
816e7bf6mo ago

fix: Dockerfile for persistent GPU — install torch before flash-attn

quirkythings
51730506mo ago

fix: add setuptools + pandas>=2.1.0 for Python 3.13 persistent GPU build

quirkythings
69298fc6mo ago

Reduce GPU quota: duration 120→60s, steps 150→100

quirkythings, Claude Sonnet 4.6
e91cceb6mo ago

Rewrite archive to read from records.csv instead of local files

quirkythings
811e4ee6mo ago

Sync records.csv and counter.txt from GitHub on startup

quirkythings
221342b6mo ago

Replace torchaudio.save with soundfile; remove torchcodec dependency

quirkythings
d66703e6mo ago

Fix torchaudio.save: force soundfile backend (torchcodec/FFmpeg unavailable)

quirkythings
53156b26mo ago

Use local ./sonic_runs instead of /data for storage

quirkythings
605cd9f10mo ago

Remove analysis prompt input from image-to-soundscape interface

quirkythings
27e75b610mo ago

Add customizable analysis prompts for image metadata generation

quirkythings
ddca7f110mo ago

Refactor archive table: improve sorting logic and enhance data handling for better integration with DataFrame

quirkythings
33a8dcc10mo ago

Refactor archive management: enhance file listing with a sortable table and selection functionality

quirkythings
43b6f0510mo ago

Enhance file management: add filtering options for file listing and update related functions for improved usability

quirkythings
c7823d610mo ago

Refactor archive_choices: update to return list of (label, value) tuples for checkbox display

quirkythings
b8118ce10mo ago

Refactor archive_choices and delete_selected_files: update to return relative paths and improve path handling

quirkythings
6201cea10mo ago

Refactor archive management: streamline file handling and update UI interactions for better usability

quirkythings
296f47610mo ago

Implement model caching and update file management UI for improved performance

quirkythings
9b7ba9910mo ago

Enhance file management UI: update functions to return checkbox states for file selection

quirkythings