Commit History

Ensure hub_path directory exists before listing downloaded submissions
00aad64

SushantGautam commited on

Comment out existing submission deletion logic in refresh_submissions function
a92924f

SushantGautam commited on

Refactor submission handling to use hub_path instead of hub_dir and improve logging for downloaded submissions
c7c831b

SushantGautam commited on

Refactor submission handling to dynamically load submissions from JSON files and remove hardcoded sample data
d602371

SushantGautam commited on

Update submission timestamps to use UTC for consistent time handling
257177b

SushantGautam commited on

Specify repo_type as "dataset" in add_submission function for clarity in file uploads
278edea

SushantGautam commited on

Update whoami function call to print account token and fix timezone handling in submission time validation
716f5a5

SushantGautam commited on

Comment out whoami function call and update snapshot_download to specify repo_type for improved clarity
929f324

SushantGautam commited on

Add whoami function call to authenticate Hugging Face token
9110c66

SushantGautam commited on

Refactor get_hub_path to manage hub directory and ensure clean downloads
f9f09f4

SushantGautam commited on

Replace hf_hub_download with snapshot_download for improved submission repository access
33f88d6

SushantGautam commited on

Add hf_hub_download for submission repository and fix timestamp conversion in add_submission function
441f3cf

SushantGautam commited on

Update submission file parsing to use custom delimiter and adjust upload path
cef7c8f

SushantGautam commited on

Update submission file naming convention to use custom delimiter
a51385c

SushantGautam commited on

Add logging for received submissions in add_submission function
8d60fff

SushantGautam commited on

Refactor submission API call and reintroduce client initialization in task_1.py
1e98520

SushantGautam commited on

Update submission path to use task directory in gradio_interface.py
ff20e1e

SushantGautam commited on

Pin gradio_client dependency to version 1.3.0 in pyproject.toml
63a9f6c

SushantGautam commited on

Update Gradio SDK version from 5.21.0 to 4.44.1 in README.md
f40ea4d

SushantGautam commited on

Add JSON predictions file and implement Gradio client for submission
94aff3a

SushantGautam commited on

Update file naming format for uploads in task_1.py to use pipe separators
9c7170b

SushantGautam commited on

Update file upload extension from .py to .json in task_1.py
cb94e39

SushantGautam commited on

Enhance Gradio interface with a friendly server response and integrate submission server ping functionality
1ef368a

SushantGautam commited on

Use shutil.copy instead of os.copy for file uploads in task_1.py
e31e0cb

SushantGautam commited on

Refactor submissions data and add refresh API functionality in Gradio interface
445b2d0

SushantGautam commited on

Add gradio_client to project dependencies
acbca47

SushantGautam commited on

Merge branch 'main' of https://github.com/SushantGautam/MedVQA
990226e

SushantGautam commited on

Add Gradio client integration for submission uploads
be5cb3c

SushantGautam commited on

Rename python-app.yml to gradio-app-HuggingFaceSpace.yml
c3abe71
unverified

SushantGautam commited on

Update python-app.yml
fa2ba5f
unverified

SushantGautam commited on

Create python-app.yml
d35b6ee
unverified

SushantGautam commited on

Add app_file reference for Gradio interface in README
9054cb0

SushantGautam commited on

Update README to specify Gradio SDK version 5.21.0
a0a343a

SushantGautam commited on

Add Gradio interface for viewing and uploading submissions
9e4515d

SushantGautam commited on

Clarify login message to specify HuggingFace during user authentication
1463aae

SushantGautam commited on

Add guidance message for submission command based on submission status
1882dfb

SushantGautam commited on

Suppress output during package installation in task_1.py
85b290e

SushantGautam commited on

Remove existing predictions.json file before running the submission script
ade3aa2

SushantGautam commited on

Add success message for submission script execution
40a0529

SushantGautam commited on

Update README and CLI installation instructions; bump version to 0.14.3
ab0aa92

SushantGautam commited on

Update version to 0.14.2 and improve project description formatting in pyproject.toml
d2d3ebe

SushantGautam commited on

Bump version to 0.14 in pyproject.toml
68c6807

SushantGautam commited on

Bump version to 0.13.1 in pyproject.toml
2fba56a

SushantGautam commited on

Fix email typo and enhance project description formatting in pyproject.toml
666514e

SushantGautam commited on

Refactor pyproject.toml to use a dictionary for license declaration
3d5b4aa

SushantGautam commited on