Commit History

Refactor contribution handling to read file content directly as bytes instead of BinaryIO, improving file processing in contributions.py and hf_repo.py.
ee706ac

eberling1 commited on

updated indexing method to handle colors
c15220a

eberling1 commited on

updated indexer to handle colors
c686511

eberling1 commited on

Add reindexing script and update commit_dataset_updates to accept revision parameter
055ac65

eberling1 commited on

Update vote processing to default HF_REVISION to 'staging'
593e0a3

eberling1 commited on

Merge branch 'main' into dev
3aa45a4

eberling1 commited on

Merge branch 'fix-debouncing'
28e5da8

eberling1 commited on

Refactor contribution handling by removing upload secret verification and updating CORS headers in webhooks.py
fb1dc1f

eberling1 commited on

reduce commits spam
7ef647c

eberling1 commited on

Add anonymous contribution endpoint with upload verification and metadata handling
2d6d2dc

eberling1 commited on

added corsrestructions
9590427

eberling1 commited on

Enhance vote validation by incorporating Authorization header for hf_token and updating validate_vote_payload function to accept it as an argument.
8183844

eberling1 commited on

Automated update of metadata.json with votes.json
53d19be

eberling1 commited on

Enhance vote processing by adding client IP tracking and duplicate vote prevention.
d8a3fad

eberling1 commited on

Add Gradio integration to app.py and remove redundant mount from webhooks.py
2f5d4c3

eberling1 commited on

Refactor webhook handling
37a7bbc

eberling1 commited on

Update readme and requirements
ff2d2b0

eberling1 commited on

Update requirements.txt
0d661b4

eberling1 commited on

Update README.md to specify Python version as 3.11
fccbeff

eberling1 commited on

Downgrade to gradio 4
8ca617e

eberling1 commited on

Update SDK version in README.md and clean up requirements.txt
567328b

eberling1 commited on

Update requirements.txt
accf977

eberling1 commited on

Update vote handling route in app.py: Changed endpoint to /webhooks/vote and adjusted app launch configuration for improved thread handling.
ba781ca

eberling1 commited on

Implement vote handling route in app.py
a0416f0

eberling1 commited on

Refactor app initialization
a3a553d

eberling1 commited on

Refactor app launch process: Updated _launch_with_vote_route to streamline thread handling and removed unnecessary UI blocking logic. Enhanced launch configuration for SSR mode.
ae9e34e

eberling1 commited on

small fix
4b6226e

eberling1 commited on

Refactor voting logic: Removed global votes handling from the commit_vote_updates and process_vote functions.
168e970

eberling1 commited on

Add voting functionality to app.py: Implemented a new route to handle user votes via a POST request, including JSON validation and error handling. Updated config.py to include paths for votes, and enhanced hf_repo.py with functions to commit vote updates. Modified webhooks.py to create missing votes files during indexation.
b83ff8a

eberling1 commited on

Refactor and modularize codebase: Split app.py into multiple files for better organization, including config.py for constants and logging, global_index.py for index management, hf_repo.py for Hugging Face API interactions, holds.py for metadata handling, and webhooks.py for webhook server functionality. This enhances maintainability and clarity of the code structure.
721a80a

eberling1 commited on

Implement legacy support for global index loading in app.py: Added a new function to handle loading from both current and legacy paths, improving error handling and logging for index retrieval.
2e798a5

eberling1 commited on

Refactor app.py: Introduced metadata normalization, added support for training data generation, and updated global index handling. Enhanced commit operations for dataset updates.
dd4681f

eberling1 commited on

Enhance .gitignore and app.py: Added support for additional mesh formats, introduced status references in allowed references, and improved validation for status metadata.
46acdd1

eberling1 commited on

Update app.py
6a4d9fd
verified

eberling1 commited on

Update app.py
c098fff
verified

eberling1 commited on

Update app.py
f0ed35d
verified

eberling1 commited on

Update README.md
aabbd6f
verified

eberling1 commited on

Create app.py
5b84545
verified

eberling1 commited on

initial commit
895726b
verified

eberling1 commited on