lemm-test-100 / app.py

Commit History

fix: Provide default genres for dropdown when database is empty
35516a8
verified

Gamahea commited on

Phase 2: Update app.py
3030a8d
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
4fd5bca
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
b868593
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
9a20e9b
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
028b628
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
5cc20bf
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
fd7ab13
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
6d7811c
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
277e25c
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
b68a3ac
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
fa3a866
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
ce7f5bd
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
f8b7bd0
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
31bfe1e
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
0735aaf
verified

Gamahea commited on

Fix Gradio schema error: use dict default instead of None for timeline_state
d11ccc0
verified

Gamahea commited on

Support T4 GPU and CPU - make ZeroGPU decorator conditional
37722ef
verified

Gamahea commited on

Support T4 GPU and CPU - make ZeroGPU decorator conditional
0d353d2
verified

Gamahea commited on

Fix LoRA generation - remove nested GPU decorator from generate_music
3faef55
verified

Gamahea commited on

Add LoRA support to music generation - load from HF and local sources
6d81bda
verified

Gamahea commited on

Fix mastering presets syntax error and add preset description updates
70c0067
verified

Gamahea commited on

Fix LoRA training functionality - restore missing functions and event handlers
49b3d36
verified

Gamahea commited on

Update app.py for dataset repo ZIP uploads
dc0318b
verified

Gamahea commited on

Fix HuggingFace authentication for LoRA uploads - Add HF_TOKEN support from environment variables - Pass token to all HF API calls (create_repo, upload_folder, snapshot_download) - Better error messages when not authenticated - Return detailed upload results with URLs - Guide users to log in or duplicate Space for uploads
2a5de9e

Gamahea commited on

Improve UX for LoRA training workflow - Add reminder message to select dataset after loading LoRA - Better error message when dataset not selected - Guides user through complete training setup
eddbe61

Gamahea commited on

Add debug logging to training function - Logs lora_name and dataset values and types - Helps diagnose empty parameter issue
8b4525e

Gamahea commited on

Initialize dropdowns with data on app load - Populate training dataset dropdown with prepared datasets on startup - Initialize LoRA dropdowns with available LoRAs - Load LoRA list table with existing data - Populate export dataset dropdown - Fixes 'No prepared datasets available' when datasets exist
5912922

Gamahea commited on

Add dataset import & LoRA collection sync - Adds import_prepared_dataset() method to support ZIP dataset imports with name conflict resolution - Adds sync_on_startup() to download LoRAs from HF collection on app startup - Enhanced upload_lora() with training_config for proper metadata - Implements numeric suffix naming for conflicts (_1, _2, etc.)
17f5813

Gamahea commited on

Improve LoRA training UX - Auto-populate and navigation
2f0c8b4

Gamahea commited on

Fix DataFrame row access in dataset preparation
b40ee5f

Gamahea commited on

Fix dataset preparation - Better error handling and metadata extraction
1911d94

Gamahea commited on

Fix two errors in LoRA training and dataset preparation
8993257

Gamahea commited on

Remove dataset upload call - datasets stay local only
f77d4a5

Gamahea commited on

Switch to HF Collection model - Upload LoRAs as individual models
5781a0f

Gamahea commited on

Fix dataset preparation bug and HF repo authentication
8b1bcac

Gamahea commited on

LEMM v1.0.0 - Rename and add HF repo storage persistence
d5d943f

Gamahea commited on

Fix dataset refresh, add LoRA list function, improve empty dataset error handling
92cdb9d

Gamahea commited on

Add persistent dataset detection for HF and user datasets across sessions
6d5bfcd

Gamahea commited on

Remove MusicCaps dataset (metadata only, no audio)
1329490

Gamahea commited on

Remove MTG-Jamendo dataset (not found on Hub)
f7f2f36

Gamahea commited on

Fix dataset IDs: remove Common Voice & FLEURS, fix FSD50K & LibriSpeech
bea0065

Gamahea commited on

Fix syntax error - remove duplicate UrbanSound8K entry
b360c69

Gamahea commited on

Remove MSD (no audio), add FSD50K and Common Voice
6559aff

Gamahea commited on

Add Million Song Dataset (10K subset)
bf66672

Gamahea commited on

Remove broken datasets that don't exist on HuggingFace Hub
56e9a20

Gamahea commited on

Add persistent dataset status indicators
0170ae2

Gamahea commited on

Fix prepare button by resolving status variable name conflict
be6b9ac

Gamahea commited on

Remove VCTK dataset (uses unsupported loading script)
5f63c36

Gamahea commited on

Re-add LibriSpeech and implement download status tracking
623cee1

Gamahea commited on