Fix JSON file retrieval in refresh_submissions to correctly handle file paths 8ec3a0b SushantGautam commited on about 1 month ago
Update JSON file retrieval in refresh_submissions to support nested directories f6d47e5 SushantGautam commited on about 1 month ago
Update submission download patterns to include nested JSON files and ensure hub_path directory is created if it doesn't exist 6815557 SushantGautam commited on about 1 month ago
Call refresh_submissions after adding a new submission to update the submission list 5d6cd88 SushantGautam commited on about 1 month ago
Uncomment submission deletion logic in refresh_submissions function and update time handling for submission timestamps c6b2561 SushantGautam commited on about 1 month ago
Ensure hub_path directory exists before listing downloaded submissions 00aad64 SushantGautam commited on about 1 month ago
Comment out existing submission deletion logic in refresh_submissions function a92924f SushantGautam commited on about 1 month ago
Refactor submission handling to use hub_path instead of hub_dir and improve logging for downloaded submissions c7c831b SushantGautam commited on about 1 month ago
Refactor submission handling to dynamically load submissions from JSON files and remove hardcoded sample data d602371 SushantGautam commited on about 1 month ago
Update submission timestamps to use UTC for consistent time handling 257177b SushantGautam commited on about 1 month ago
Specify repo_type as "dataset" in add_submission function for clarity in file uploads 278edea SushantGautam commited on about 1 month ago
Update whoami function call to print account token and fix timezone handling in submission time validation 716f5a5 SushantGautam commited on about 1 month ago
Comment out whoami function call and update snapshot_download to specify repo_type for improved clarity 929f324 SushantGautam commited on about 1 month ago
Add whoami function call to authenticate Hugging Face token 9110c66 SushantGautam commited on about 1 month ago
Refactor get_hub_path to manage hub directory and ensure clean downloads f9f09f4 SushantGautam commited on about 1 month ago
Replace hf_hub_download with snapshot_download for improved submission repository access 33f88d6 SushantGautam commited on about 1 month ago
Add hf_hub_download for submission repository and fix timestamp conversion in add_submission function 441f3cf SushantGautam commited on about 1 month ago
Update submission file parsing to use custom delimiter and adjust upload path cef7c8f SushantGautam commited on about 1 month ago
Update submission file naming convention to use custom delimiter a51385c SushantGautam commited on about 1 month ago
Add logging for received submissions in add_submission function 8d60fff SushantGautam commited on about 1 month ago
Update submission path to use task directory in gradio_interface.py ff20e1e SushantGautam commited on about 1 month ago
Enhance Gradio interface with a friendly server response and integrate submission server ping functionality 1ef368a SushantGautam commited on about 1 month ago
Refactor submissions data and add refresh API functionality in Gradio interface 445b2d0 SushantGautam commited on about 1 month ago
Add Gradio interface for viewing and uploading submissions 9e4515d SushantGautam commited on about 1 month ago