Commit History

updated indexing method to handle colors
c15220a

eberling1 commited on

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

eberling1 commited on

Merge branch 'main' into dev
3aa45a4

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

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

eberling1 commited on

Refactor webhook handling
37a7bbc

eberling1 commited on

Refactor app initialization
a3a553d

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